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

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440499-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440499-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440500-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440500-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440500-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440500-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440500-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440501-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440501-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440501-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440501-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440501-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440502-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440502-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440502-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440502-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440502-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440503-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440503-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440503-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440503-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440503-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440503-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440503-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440510-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440510-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440510-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440510-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440510-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440523-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440523-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440523-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440523-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440523-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440525-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440525-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440525-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440525-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440525-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440525-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440525-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440534-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440534-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440534-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440534-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440534-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440534-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440534-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440536-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440536-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440536-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440536-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440536-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440537-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440537-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440537-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440537-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440537-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440538-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440538-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440538-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440538-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440538-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440540-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440540-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440540-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440540-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440540-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440541-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440541-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440541-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440541-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440541-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440542-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440542-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440542-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440542-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440542-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440542-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440542-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440543-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440543-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440543-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440543-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440543-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440546-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440546-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440546-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440546-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440546-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440547-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440547-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440547-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440547-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440547-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440548-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440548-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440548-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440548-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440548-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440548-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440548-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440549-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440549-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440549-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440549-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440549-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440550-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440550-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440550-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440550-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440550-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440551-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440551-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440551-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440551-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440551-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440551-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440551-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440552-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440552-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440552-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440552-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440552-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440552-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440552-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440553-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440553-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440553-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440553-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440553-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440553-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440553-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440555-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440555-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440555-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440555-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440555-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440555-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440555-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440556-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440556-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440556-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440556-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440556-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440556-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440556-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440557-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440557-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440557-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440557-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440557-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440557-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440557-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440558-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440558-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440558-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440558-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440558-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440558-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440558-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440559-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440559-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440559-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440559-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440559-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440559-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440559-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440560-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440560-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440560-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440560-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440560-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440560-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440560-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440561-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440561-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440561-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440561-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440561-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440561-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440561-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440562-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440562-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440562-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440562-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440562-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440562-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440562-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440563-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440563-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440563-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440563-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440563-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440564-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440564-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440564-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440564-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440564-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440578-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440578-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440578-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440578-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440578-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440579-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440579-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440579-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440579-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440579-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440580-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440580-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440580-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440580-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440580-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440581-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440581-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440581-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440581-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440581-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440581-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440581-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440587-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440587-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440587-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440587-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440587-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440587-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440587-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440608-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440608-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440608-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440608-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440608-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440609-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440609-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440609-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440609-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440609-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440610-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440610-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440610-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440610-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440610-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440611-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440611-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440611-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440611-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440611-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440613-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440613-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440613-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440613-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440613-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440638-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440638-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440638-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440638-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440638-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440638-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440638-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440654-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440654-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440654-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440654-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440654-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440654-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440654-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440655-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440655-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440655-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440655-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440655-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440655-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440655-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440656-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440656-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440656-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440656-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440656-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440656-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440656-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440657-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440657-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440657-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440657-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440657-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440657-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440657-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440658-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440658-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440658-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440658-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440658-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440658-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440658-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440659-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440659-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440659-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440659-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440659-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440660-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440660-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440660-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440660-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440660-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440661-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440661-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440661-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440661-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440661-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440662-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440662-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440662-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440662-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440662-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440662-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440662-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440663-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440663-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440663-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440663-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440663-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440664-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440664-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440664-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440664-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440664-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440665-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440665-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440665-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440665-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440665-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440666-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440666-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440666-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440666-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440666-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440667-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440667-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440667-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440667-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440667-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440668-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440668-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440668-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440668-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440668-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440668-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440668-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440669-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440669-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440669-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440669-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440669-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440669-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440669-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440670-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440670-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440670-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440670-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440670-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440671-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440671-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440671-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440671-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440671-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440672-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440672-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440672-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440672-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440672-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440672-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440672-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440673-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440673-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440673-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440673-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440673-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440674-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440674-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440674-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440674-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440674-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440675-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440675-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440675-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440675-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440675-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440676-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440676-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440676-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440676-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440676-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440676-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440676-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440677-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440677-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440677-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440677-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440677-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440677-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440677-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440678-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440678-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440678-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440678-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440678-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440679-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440679-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440679-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440679-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440679-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440680-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440680-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440680-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440680-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440680-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440681-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440681-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440681-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440681-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440681-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440682-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440682-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440682-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440682-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440682-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440682-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440682-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440683-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440683-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440683-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440683-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440683-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440683-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440683-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440708-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440708-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440708-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440708-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440708-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440708-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440708-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440710-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440710-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440710-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440710-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440710-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440712-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440712-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440712-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440712-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440712-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440712-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440712-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440713-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440713-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440713-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440713-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440713-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440713-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440713-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440721-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440721-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440721-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440721-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440721-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440744-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440744-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440744-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440744-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440744-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440744-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440744-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440797-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440797-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440797-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440797-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440797-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440804-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440804-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440804-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440804-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440804-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440804-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104193'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440804-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440834-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440834-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440834-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440834-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440834-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440834-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440834-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440835-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440835-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440835-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440835-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440835-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440840-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440840-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440840-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440840-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440840-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440840-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440840-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440841-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440841-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440841-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440841-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440841-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440842-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440842-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440842-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440842-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440842-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440848-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440848-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440848-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440848-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440848-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440848-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440848-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440857-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440857-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440857-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440857-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440857-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440861-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440861-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440861-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440861-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440861-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440861-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440861-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440862-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440862-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440862-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440862-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440862-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440862-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440862-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440863-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440863-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440863-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440863-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440863-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440864-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440864-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440864-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440864-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440864-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440865-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440865-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440865-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440865-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440865-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440866-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440866-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440866-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440866-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440866-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440867-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440867-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440867-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440867-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440867-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440870-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440870-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440870-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440870-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440870-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440872-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440872-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440872-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440872-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440872-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440873-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440873-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440873-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440873-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440873-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440875-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440875-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440875-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440875-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440875-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440877-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440877-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440877-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440877-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440877-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440877-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440877-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440878-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440878-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440878-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440878-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440878-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440879-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440879-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440879-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440879-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440879-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440881-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440881-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440881-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440881-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440881-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440881-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440881-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440887-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440887-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440887-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440887-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440887-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440893-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440893-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440893-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440893-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440893-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440894-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440894-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440894-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440894-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440894-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440894-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440894-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440895-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440895-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440895-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440895-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440895-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440895-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440895-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440896-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440896-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440896-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440896-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440896-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440896-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440896-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440897-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440897-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440897-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440897-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440897-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440897-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440897-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440900-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440900-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440900-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440900-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440900-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440900-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440900-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440901-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440901-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440901-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440901-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440901-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440902-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440902-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440902-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440902-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440902-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440902-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440902-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440907-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440907-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440907-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000440907-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440907-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440907-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440907-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441000-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441000-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441000-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441000-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441000-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441001-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441001-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441001-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441001-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441001-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441002-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441002-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441002-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441002-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441002-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441003-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441003-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441003-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441003-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441003-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441003-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441003-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441004-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441004-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441004-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441004-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441004-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441005-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441005-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441005-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441005-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441005-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441006-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441006-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441006-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441006-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441006-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441007-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441007-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441007-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441007-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441007-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441008-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441008-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441008-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441008-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441008-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441011-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441011-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441011-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441011-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441011-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441011-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441011-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441240-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441240-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441240-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441240-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441240-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441241-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441241-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441241-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441241-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441241-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441242-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441242-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441242-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441242-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441242-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441254-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441254-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441254-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441254-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441254-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441255-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441255-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441255-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441255-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441255-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441256-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441256-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441256-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441256-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441256-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441257-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441257-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441257-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441257-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441257-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441257-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441257-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441258-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441258-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441258-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441258-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441258-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441259-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441259-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441259-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441259-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441259-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441602-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441602-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441602-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441602-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441602-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441603-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441603-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441603-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441603-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441603-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441604-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441604-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441604-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441604-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441604-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441604-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441604-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441605-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441605-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441605-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441605-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441605-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441605-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441605-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441606-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441606-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441606-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441606-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441606-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441606-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441606-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441607-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441607-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441607-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441607-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441607-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441609-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441609-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441609-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441609-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441609-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441610-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441610-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441610-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441610-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441610-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441611-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441611-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441611-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441611-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441611-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441612-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441612-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441612-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441612-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441612-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441612-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441612-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441613-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441613-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441613-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441613-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441613-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441619-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441619-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441619-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441619-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441619-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441619-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441619-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441622-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441622-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441622-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441622-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441622-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441623-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441623-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441623-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441623-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441623-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441628-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441628-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441628-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441628-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441628-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441628-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441628-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441629-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441629-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441629-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441629-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441629-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441629-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441629-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441637-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441637-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441637-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441637-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441637-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441637-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441637-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441639-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441639-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441639-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441639-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441639-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441641-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441641-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441641-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441641-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441641-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441641-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441641-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441014-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441014-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441014-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441014-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441014-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441015-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441015-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441015-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441015-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441015-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441016-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441016-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441016-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441016-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441016-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441018-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441018-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441018-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441018-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441018-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441019-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441019-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441019-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441019-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441019-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441020-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441020-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441020-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441020-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441020-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441021-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441021-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441021-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441021-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441021-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441022-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441022-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441022-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441022-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441022-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441023-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441023-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441023-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441023-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441023-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441024-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441024-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441024-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441024-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441024-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441025-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441025-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441025-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441025-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441025-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441026-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441026-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441026-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441026-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441026-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441027-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441027-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441027-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441027-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441027-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441028-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441028-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441028-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441028-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441028-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441029-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441029-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441029-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441029-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441029-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441030-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441030-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441030-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441030-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441030-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441031-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441031-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441031-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441031-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441031-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441032-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441032-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441032-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441032-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441032-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441033-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441033-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441033-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441033-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441033-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441034-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441034-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441034-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441034-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441034-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441034-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441034-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441035-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441035-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441035-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441035-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441035-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441036-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441036-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441036-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441036-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441036-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441138-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441138-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441138-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441138-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441138-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441139-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441139-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441139-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441139-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441139-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441139-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441139-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441140-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441140-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441140-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441140-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441140-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441141-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441141-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441141-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441141-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441141-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441141-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441141-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441142-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441142-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441142-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441142-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441142-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441143-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441143-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441143-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441143-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441143-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441144-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441144-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441144-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441144-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441144-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441145-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441145-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441145-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441145-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441145-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441146-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441146-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441146-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441146-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441146-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441147-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441147-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441147-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441147-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441147-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441147-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441147-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441148-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441148-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441148-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441148-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441148-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441149-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441149-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441149-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441149-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441149-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441150-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441150-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441150-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441150-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441150-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441151-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441151-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441151-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441151-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441151-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441152-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441152-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441152-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441152-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441152-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441153-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441153-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441153-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441153-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441153-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441154-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441154-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441154-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441154-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441154-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441155-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441155-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441155-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441155-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441155-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441155-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441155-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441157-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441157-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441157-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441157-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441157-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441157-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441157-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441158-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441158-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441158-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441158-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441158-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441158-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441158-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441159-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441159-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441159-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441159-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441159-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441160-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441160-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441160-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441160-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441160-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441162-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441162-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441162-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441162-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441162-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441163-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441163-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441163-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441163-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441163-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441164-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441164-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441164-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441164-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441164-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441164-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441164-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441165-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441165-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441165-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441165-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441165-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441166-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441166-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441166-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441166-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441166-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441167-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441167-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441167-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441167-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441167-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441168-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441168-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441168-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441168-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441168-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441169-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441169-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441169-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441169-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441169-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441170-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441170-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441170-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441170-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441170-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441171-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441171-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441171-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441171-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441171-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441172-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441172-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441172-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441172-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441172-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441173-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441173-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441173-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441173-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441173-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441174-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441174-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441174-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441174-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441174-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441175-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441175-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441175-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441175-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441175-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441176-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441176-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441176-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441176-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441176-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441178-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441178-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441178-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441178-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441178-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441179-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441179-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441179-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441179-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441179-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441180-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441180-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441180-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441180-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441180-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441181-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441181-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441181-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441181-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441181-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441182-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441182-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441182-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441182-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441182-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441183-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441183-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441183-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441183-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441183-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441184-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441184-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441184-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441184-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441184-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441185-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441185-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441185-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441185-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441185-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441186-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441186-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441186-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441186-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441186-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441187-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441187-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441187-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441187-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441187-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441188-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441188-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441188-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441188-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441188-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441189-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441189-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441189-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441189-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441189-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441190-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441190-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441190-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441190-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441190-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441191-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441191-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441191-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441191-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441191-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441192-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441192-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441192-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441192-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441192-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441193-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441193-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441193-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441193-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441193-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441200-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441200-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441200-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441200-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441200-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441201-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441201-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441201-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441201-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441201-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441207-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441207-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441207-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441207-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441207-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441208-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441208-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441208-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441208-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441208-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441221-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441221-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441221-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441221-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441221-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441222-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441222-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441222-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441222-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441222-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441223-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441223-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441223-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441223-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441223-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441225-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441225-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441225-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441225-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441225-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441233-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441233-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441233-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441233-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441233-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441238-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441238-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441238-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441238-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441238-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441260-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441260-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441260-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441260-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441260-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441261-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441261-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441261-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441261-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441261-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441262-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441262-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441262-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441262-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441262-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441263-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441263-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441263-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441263-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441263-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441264-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441264-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441264-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441264-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441264-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441264-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441264-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441265-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441265-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441265-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441265-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441265-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441265-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441265-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441267-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441267-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441267-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441267-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441267-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441268-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441268-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441268-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441268-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441268-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441269-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441269-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441269-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441269-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441269-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441270-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441270-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441270-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441270-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441270-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441271-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441271-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441271-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441271-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441271-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441272-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441272-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441272-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441272-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441272-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441273-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441273-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441273-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441273-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441273-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441274-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441274-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441274-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441274-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441274-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441274-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441274-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441275-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441275-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441275-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441275-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441275-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441276-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441276-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441276-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441276-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441276-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441277-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441277-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441277-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441277-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441277-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441278-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441278-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441278-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441278-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441278-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441279-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441279-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441279-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441279-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441279-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441280-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441280-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441280-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441280-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441280-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441281-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441281-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441281-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441281-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441281-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441282-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441282-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441282-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441282-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441282-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441283-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441283-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441283-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441283-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441283-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441286-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441286-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441286-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441286-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441286-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Lucicutia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441289-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441289-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441289-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441289-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441289-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Lucicutia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441322-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441322-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441322-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441322-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441322-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pontella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104209'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441349-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441349-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441349-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441349-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441349-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441351-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441351-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441351-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441351-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441351-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441353-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441353-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441353-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441353-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441353-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441354-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441354-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441354-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441354-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441354-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441354-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441354-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441369-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441369-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441369-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441369-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441369-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441369-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441369-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441371-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441371-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441371-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441371-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441371-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441374-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441374-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441374-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441374-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441374-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441375-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441375-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441375-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441375-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441375-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441376-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441376-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441376-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441376-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441376-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441377-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441377-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441377-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441377-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441377-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441378-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441378-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441378-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441378-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441378-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441379-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441379-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441379-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441379-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441379-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441381-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441381-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441381-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441381-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441381-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441382-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441382-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441382-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441382-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441382-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441383-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441383-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441383-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441383-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441383-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441384-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441384-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441384-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441384-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441384-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441385-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441385-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441385-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441385-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441385-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441386-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441386-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441386-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441386-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441386-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441387-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441387-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441387-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441387-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441387-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441388-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441388-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441388-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441388-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441388-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441389-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441389-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441389-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441389-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441389-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441392-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441392-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441392-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441392-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441392-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441394-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441394-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441394-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441394-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441394-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441395-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441395-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441395-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441395-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441395-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441396-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441396-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441396-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441396-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441396-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441397-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441397-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441397-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441397-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441397-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441398-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441398-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441398-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441398-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441398-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441399-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441399-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441399-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441399-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441399-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441399-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441399-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441400-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441400-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441400-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441400-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441400-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441401-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441401-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441401-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441401-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441401-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441402-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441402-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441402-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441402-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441402-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441403-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441403-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441403-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441403-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441403-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441404-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441404-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441404-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441404-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441404-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441405-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441405-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441405-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441405-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441405-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441406-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441406-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441406-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441406-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441406-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441407-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441407-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441407-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441407-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441407-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441408-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441408-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441408-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441408-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441408-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441409-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441409-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441409-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441409-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441409-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441410-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441410-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441410-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441410-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441410-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441411-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441411-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441411-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441411-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441411-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441412-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441412-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441412-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441412-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441412-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441413-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441413-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441413-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441413-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441413-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441413-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441413-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441414-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441414-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441414-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441414-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441414-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441414-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441414-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441415-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441415-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441415-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441415-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441415-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441415-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441415-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441416-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441416-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441416-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441416-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441416-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441416-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441416-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441417-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441417-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441417-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441417-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441417-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441417-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441417-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441418-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441418-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441418-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441418-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441418-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441419-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441419-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441419-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441419-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441419-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441420-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441420-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441420-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441420-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441420-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441421-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441421-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441421-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441421-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441421-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441422-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441422-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441422-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441422-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441422-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441423-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441423-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441423-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441423-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441423-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441423-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441423-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441424-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441424-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441424-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441424-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441424-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441424-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441424-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441425-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441425-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441425-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441425-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441425-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441425-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441425-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441426-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441426-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441426-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441426-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441426-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441427-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441427-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441427-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441427-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441427-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441428-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441428-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441428-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441428-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441428-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441428-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441428-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441429-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441429-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441429-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441429-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441429-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441429-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441429-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441430-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441430-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441430-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441430-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441430-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441431-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441431-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441431-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441431-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441431-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441431-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441431-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441432-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441432-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441432-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441432-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441432-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441433-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441433-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441433-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441433-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441433-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441433-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441433-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441436-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441436-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441436-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441436-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441436-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441470-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441470-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441470-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441470-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441470-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441470-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Goniopsyllus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '346510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441470-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '346510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441507-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441507-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441507-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441507-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441507-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clytemnestra scutellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115805'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '115805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441522-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441522-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441522-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441522-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441522-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clytemnestra scutellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115805'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '115805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441523-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441523-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441523-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441523-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441523-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clytemnestra scutellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115805'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '115805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441524-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441524-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441524-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441524-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441524-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441524-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441524-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441530-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441530-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441530-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441530-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441530-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441530-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441530-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441531-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441531-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441531-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441531-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441531-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441531-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441531-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441532-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441532-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441532-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441532-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441532-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441532-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441532-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441533-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441533-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441533-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441533-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441533-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441533-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441533-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441536-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441536-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441536-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441536-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441536-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441537-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441537-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441537-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441537-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441537-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441538-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441538-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441538-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441538-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441538-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441544-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441544-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441544-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441544-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441544-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441544-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441544-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441545-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441545-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441545-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441545-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441545-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441545-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441545-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441546-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441546-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441546-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441546-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441546-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441547-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441547-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441547-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441547-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441547-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441548-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441548-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441548-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441548-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441548-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441548-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441548-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441549-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441549-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441549-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441549-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441549-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441550-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441550-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441550-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441550-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441550-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441551-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441551-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441551-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441551-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441551-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441551-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441551-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441552-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441552-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441552-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441552-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441552-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441552-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441552-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441553-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441553-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441553-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441553-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441553-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441553-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441553-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441570-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441570-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441570-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441570-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441570-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441571-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441571-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441571-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441571-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441571-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441571-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441571-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441572-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441572-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441572-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441572-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441572-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441573-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441573-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441573-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441573-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441573-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441575-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441575-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441575-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441575-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441575-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441575-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441575-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441578-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441578-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441578-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441578-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441578-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441579-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441579-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441579-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441579-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441579-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441580-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441580-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441580-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441580-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441580-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441584-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441584-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441584-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441584-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441584-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441584-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441584-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441585-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441585-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441585-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441585-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441585-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441588-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441588-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441588-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441588-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441588-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441589-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441589-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441589-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441589-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441589-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441589-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441589-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441590-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441590-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441590-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441590-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441590-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441590-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441590-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441591-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441591-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441591-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441591-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441591-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441591-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441591-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441592-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441592-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441592-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441592-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441592-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441593-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441593-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441593-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441593-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441593-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441593-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441593-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441594-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441594-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441594-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441594-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441594-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441595-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441595-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441595-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441595-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441595-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441596-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441596-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441596-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441596-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441596-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441596-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441596-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441597-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441597-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441597-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441597-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441597-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441598-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441598-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441598-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441598-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441598-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441598-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441598-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441599-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441599-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441599-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441599-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441599-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441600-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441600-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441600-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441600-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441600-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441601-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441601-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441601-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441601-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441601-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441643-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441643-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441643-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441643-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441643-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441643-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441643-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441651-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441651-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441651-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441651-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441651-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441651-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Farranula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128636'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441651-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '128636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441674-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441674-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441674-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441674-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441674-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441675-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441675-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441675-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441675-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441675-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441676-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441676-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441676-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441676-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441676-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441676-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441676-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441681-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441681-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441681-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441681-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441681-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441682-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441682-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441682-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441682-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441682-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441682-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441682-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441686-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441686-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441686-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441686-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441686-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441686-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441686-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441688-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441688-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441688-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441688-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441688-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441688-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441688-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441689-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441689-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441689-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441689-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441689-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441689-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441689-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441690-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441690-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441690-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441690-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441690-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441690-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441690-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441691-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441691-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441691-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441691-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441691-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441691-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441691-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441692-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441692-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441692-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441692-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441692-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441692-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441692-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441693-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441693-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441693-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441693-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441693-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441693-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441693-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441696-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441696-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441696-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441696-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441696-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441696-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441696-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441908-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441908-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441908-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441908-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441908-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441909-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441909-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441909-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441909-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441909-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441912-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441912-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441912-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441912-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441912-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441912-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441912-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441913-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441913-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441913-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441913-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441913-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441913-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441913-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441930-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441930-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441930-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441930-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441930-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101537'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '101537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442375-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442375-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442375-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442375-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442375-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442376-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442376-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442376-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442376-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442376-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442377-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442377-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442377-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442377-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442377-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442378-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442378-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442378-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442378-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442378-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442379-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442379-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442379-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442379-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442379-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442381-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442381-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442381-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442381-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442381-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442382-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442382-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442382-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442382-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442382-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442383-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442383-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442383-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442383-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442383-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442384-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442384-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442384-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442384-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442384-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442385-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442385-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442385-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442385-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442385-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442386-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442386-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442386-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442386-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442386-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442387-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442387-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442387-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442387-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442387-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442388-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442388-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442388-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442388-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442388-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442392-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442392-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442392-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442392-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442392-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442397-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442397-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442397-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442397-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442397-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442398-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442398-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442398-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442398-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442398-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441698-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441698-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441698-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441698-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441698-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441698-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441698-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441701-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441701-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441701-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441701-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441701-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441701-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441701-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441703-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441703-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441703-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441703-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441703-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441703-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441703-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441704-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441704-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441704-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441704-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441704-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441704-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441704-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441710-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441710-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441710-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441710-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441710-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441711-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441711-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441711-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441711-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441711-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441711-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441711-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441712-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441712-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441712-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441712-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441712-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441712-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441712-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441717-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441717-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441717-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441717-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441717-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441718-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441718-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441718-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441718-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441718-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441727-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441727-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441727-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441727-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441727-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441729-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441729-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441729-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441729-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441729-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441730-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441730-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441730-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441730-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441730-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441731-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441731-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441731-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441731-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441731-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441732-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441732-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441732-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441732-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441732-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441733-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441733-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441733-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441733-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441733-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441751-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441751-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441751-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441751-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441751-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441751-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441751-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441752-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441752-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441752-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441752-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441752-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441752-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441752-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441764-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441764-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441764-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441764-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441764-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441764-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441764-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441765-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441765-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441765-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441765-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441765-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441766-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441766-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441766-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441766-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441766-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441767-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441767-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441767-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441767-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441767-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441768-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441768-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441768-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441768-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441768-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441768-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441768-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441769-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441769-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441769-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441769-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441769-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441769-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441769-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441770-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441770-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441770-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441770-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441770-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441771-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441771-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441771-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441771-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441771-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441771-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441771-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441772-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441772-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441772-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441772-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441772-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441773-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441773-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441773-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441773-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441773-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441776-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441776-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441776-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441776-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441776-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441777-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441777-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441777-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441777-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441777-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441778-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441778-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441778-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441778-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441778-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441778-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441778-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441779-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441779-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441779-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441779-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441779-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441781-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441781-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441781-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441781-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441781-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441782-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441782-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441782-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441782-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441782-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441783-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441783-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441783-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441783-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441783-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441784-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441784-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441784-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441784-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441784-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441785-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441785-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441785-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441785-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441785-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441785-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441785-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441786-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441786-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441786-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441786-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441786-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441786-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441786-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441787-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441787-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441787-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441787-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441787-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441788-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441788-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441788-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441788-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441788-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441788-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441788-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441789-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441789-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441789-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441789-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441789-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441790-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441790-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441790-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441790-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441790-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441791-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441791-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441791-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441791-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441791-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441792-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441792-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441792-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441792-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441792-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441792-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441792-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441793-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441793-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441793-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441793-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441793-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441793-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441793-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441794-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441794-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441794-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441794-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441794-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441794-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441794-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441795-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441795-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441795-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441795-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441795-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441795-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441795-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441796-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441796-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441796-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441796-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441796-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441796-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441796-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441797-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441797-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441797-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441797-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441797-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441798-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441798-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441798-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441798-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441798-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441799-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441799-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441799-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441799-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441799-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441799-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441799-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441800-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441800-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441800-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441800-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441800-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441800-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441800-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441801-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441801-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441801-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441801-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441801-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441802-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441802-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441802-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441802-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441802-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441802-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441802-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441803-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441803-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441803-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441803-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441803-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441803-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441803-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441804-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441804-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441804-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441804-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441804-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441804-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441804-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441805-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441805-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441805-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441805-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441805-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441805-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441805-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441806-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441806-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441806-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441806-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441806-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441806-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441806-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441807-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441807-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441807-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441807-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441807-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441807-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441807-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441808-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441808-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441808-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441808-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441808-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441808-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441808-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441809-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441809-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441809-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441809-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441809-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441810-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441810-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441810-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441810-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441810-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441810-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441810-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441811-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441811-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441811-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441811-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441811-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441811-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441811-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441812-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441812-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441812-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441812-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441812-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441812-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441812-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441816-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441816-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441816-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441816-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441816-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441816-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441816-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441817-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441817-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441817-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441817-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441817-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441817-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1645'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441817-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441824-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441824-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441824-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441824-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441824-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441824-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441824-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441825-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441825-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441825-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441825-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441825-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441825-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441825-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441826-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441826-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441826-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441826-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441826-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441826-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441826-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441827-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441827-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441827-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441827-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441827-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441827-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441827-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441828-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441828-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441828-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441828-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441828-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441829-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441829-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441829-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441829-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441829-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441829-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441829-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441830-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441830-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441830-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441830-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441830-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441830-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441830-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441831-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441831-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441831-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441831-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441831-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441831-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441831-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441832-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441832-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441832-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441832-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441832-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441832-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441832-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441833-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441833-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441833-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441833-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441833-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441834-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441834-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441834-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441834-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441834-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441834-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441834-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441835-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441835-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441835-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441835-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441835-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441836-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441836-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441836-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441836-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441836-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441836-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441836-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441837-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441837-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441837-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441837-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441837-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441837-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441837-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441838-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441838-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441838-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441838-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441838-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441838-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441838-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441839-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441839-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441839-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441839-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441839-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441839-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441839-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441840-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441840-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441840-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441840-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441840-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441840-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441840-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441841-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441841-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441841-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441841-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441841-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441842-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441842-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441842-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441842-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441842-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441843-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441843-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441843-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441843-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441843-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441844-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441844-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441844-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441844-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441844-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441844-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441844-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441845-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441845-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441845-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441845-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441845-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441845-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441845-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441846-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441846-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441846-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441846-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441846-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441846-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441846-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441849-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441849-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441849-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441849-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441849-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441849-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441849-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441850-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441850-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441850-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441850-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441850-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441850-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441850-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441851-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441851-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441851-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441851-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441851-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441852-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441852-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441852-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441852-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441852-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441852-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona106485'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '798'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441852-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441854-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441854-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441854-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441854-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441854-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441854-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441854-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441856-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441856-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441856-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441856-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441856-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441856-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441856-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441857-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441857-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441857-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441857-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441857-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441858-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441858-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441858-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441858-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441858-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441858-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441858-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441859-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441859-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441859-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441859-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441859-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441860-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441860-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441860-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441860-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441860-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441860-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441860-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441862-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441862-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441862-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000441862-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441862-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441862-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441862-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442365-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442365-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442365-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442365-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442365-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442366-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442366-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442366-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442366-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442366-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442366-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442366-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442367-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442367-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442367-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442367-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442367-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442367-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442367-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442368-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442368-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442368-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442368-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442368-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442369-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442369-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442369-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442369-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442369-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442369-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442369-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442370-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442370-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442370-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442370-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442370-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442371-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442371-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442371-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442371-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442371-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442372-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442372-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442372-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442372-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442372-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442373-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442373-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442373-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442373-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442373-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442374-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442374-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442374-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442374-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442374-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442400-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442400-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442400-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442400-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442400-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442402-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442402-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442402-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442402-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442402-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442404-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442404-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442404-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442404-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442404-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442408-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442408-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442408-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442408-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442408-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442412-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442412-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442412-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442412-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442412-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442418-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442418-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442418-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442418-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442418-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442419-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442419-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442419-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442419-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442419-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442422-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442422-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442422-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442422-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442422-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442427-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442427-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442427-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442427-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442427-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442435-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442435-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442435-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442435-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442435-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442856-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442856-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442856-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442856-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442856-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442856-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442856-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442860-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442860-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442860-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442860-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442860-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442860-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442860-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442861-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442861-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442861-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442861-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442861-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442861-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442861-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442862-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442862-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442862-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442862-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442862-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442862-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442862-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442863-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442863-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442863-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442863-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442863-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443109-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443109-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443109-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443109-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443109-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443109-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443109-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443110-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443110-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443110-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443110-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443110-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443110-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443110-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443112-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443112-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443112-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443112-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443112-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443114-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443114-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443114-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443114-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443114-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443115-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443115-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443115-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443115-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443115-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443118-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443118-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443118-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443118-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443118-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443119-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443119-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443119-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443119-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443119-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443120-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443120-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443120-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443120-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443120-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443123-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443123-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443123-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443123-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443123-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443124-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443124-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443124-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443124-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443124-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443124-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443124-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443125-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443125-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443125-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443125-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443125-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443131-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443131-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443131-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443131-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443131-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443132-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443132-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443132-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443132-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443132-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443133-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443133-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443133-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443133-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443133-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443168-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443168-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443168-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443168-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443168-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443173-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443173-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443173-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443173-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443173-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443178-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443178-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443178-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443178-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443178-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443179-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443179-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443179-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443179-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443179-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443184-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443184-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443184-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443184-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443184-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443187-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443187-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443187-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443187-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443187-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443193-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443193-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443193-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443193-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443193-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443204-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443204-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443204-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443204-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443204-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443206-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443206-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443206-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443206-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443206-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443207-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443207-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443207-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443207-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443207-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443212-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443212-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443212-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443212-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443212-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442436-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442436-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442436-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442436-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442436-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442438-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442438-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442438-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442438-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442438-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442441-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442441-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442441-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442441-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442441-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442441-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442441-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442443-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442443-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442443-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442443-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442443-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442443-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442443-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442444-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442444-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442444-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442444-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442444-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442444-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442444-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442479-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442479-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442479-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442479-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442479-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442479-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442479-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442485-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442485-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442485-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442485-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442485-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442486-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442486-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442486-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442486-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442486-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442486-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442486-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442487-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442487-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442487-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442487-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442487-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442487-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442487-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442488-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442488-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442488-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442488-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442488-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442489-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442489-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442489-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442489-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442489-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442489-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442489-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442493-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442493-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442493-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442493-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442493-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442495-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442495-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442495-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442495-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442495-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442498-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442498-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442498-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442498-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442498-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442502-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442502-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442502-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442502-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442502-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442504-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442504-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442504-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442504-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442504-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442504-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442504-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442505-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442505-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442505-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442505-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442505-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442505-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442505-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442509-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442509-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442509-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442509-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442509-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442509-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442509-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442510-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442510-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442510-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442510-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442510-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442511-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442511-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442511-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442511-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442511-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442511-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442511-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442512-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442512-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442512-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442512-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442512-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442512-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442512-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442537-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442537-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442537-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442537-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442537-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442543-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442543-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442543-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442543-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442543-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442546-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442546-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442546-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442546-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442546-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442547-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442547-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442547-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442547-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442547-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442548-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442548-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442548-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442548-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442548-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442548-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442548-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442549-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442549-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442549-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442549-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442549-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442550-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442550-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442550-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442550-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442550-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442552-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442552-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442552-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442552-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442552-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442552-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442552-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442553-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442553-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442553-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442553-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442553-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442553-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442553-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442556-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442556-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442556-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442556-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442556-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442556-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442556-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442557-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442557-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442557-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442557-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442557-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442557-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442557-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442558-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442558-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442558-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442558-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442558-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442558-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442558-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442559-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442559-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442559-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442559-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442559-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442559-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442559-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442561-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442561-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442561-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442561-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442561-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442561-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442561-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442562-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442562-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442562-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442562-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442562-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442562-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442562-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442563-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442563-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442563-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442563-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442563-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442564-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442564-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442564-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442564-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442564-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442565-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442565-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442565-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442565-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442565-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442565-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442565-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442566-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442566-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442566-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442566-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442566-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442566-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442566-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442567-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442567-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442567-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442567-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442567-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442567-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442567-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442568-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442568-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442568-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442568-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442568-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442568-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442568-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442569-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442569-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442569-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442569-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442569-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442569-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442569-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442570-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442570-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442570-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442570-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442570-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442571-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442571-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442571-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442571-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442571-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442571-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442571-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442572-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442572-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442572-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442572-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442572-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442573-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442573-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442573-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442573-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442573-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442591-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442591-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442591-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442591-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442591-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442591-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442591-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442594-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442594-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442594-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442594-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442594-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442607-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442607-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442607-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442607-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442607-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442608-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442608-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442608-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442608-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442608-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442609-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442609-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442609-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442609-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442609-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442610-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442610-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442610-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442610-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442610-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442612-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442612-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442612-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442612-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442612-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442612-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442612-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442613-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442613-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442613-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442613-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442613-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442614-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442614-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442614-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442614-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442614-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442614-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442614-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442615-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442615-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442615-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442615-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442615-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442615-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442615-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442616-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442616-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442616-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442616-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442616-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442616-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442616-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442620-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442620-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442620-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442620-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442620-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442620-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442620-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442623-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442623-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442623-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442623-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442623-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442624-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442624-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442624-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442624-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442624-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442624-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442624-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442625-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442625-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442625-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442625-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442625-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442625-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442625-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442626-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442626-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442626-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442626-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442626-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442626-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442626-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442627-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442627-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442627-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442627-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442627-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442629-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442629-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442629-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442629-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442629-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442629-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442629-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442630-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442630-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442630-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442630-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442630-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442630-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442630-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442631-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442631-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442631-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442631-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442631-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442631-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442631-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442632-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442632-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442632-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442632-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442632-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442632-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442632-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442633-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442633-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442633-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442633-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442633-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442633-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442633-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442649-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442649-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442649-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442649-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442649-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442649-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442649-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442660-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442660-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442660-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442660-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442660-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442663-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442663-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442663-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442663-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442663-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442679-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442679-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442679-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442679-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442679-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '163921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '163921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442710-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442710-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442710-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442710-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442710-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442715-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442715-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442715-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442715-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442715-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442715-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442715-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442717-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442717-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442717-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442717-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442717-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442737-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442737-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442737-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442737-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442737-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442737-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442737-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442755-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442755-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442755-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442755-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442755-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442755-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442755-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442757-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442757-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442757-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442757-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442757-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442757-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442757-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442758-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442758-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442758-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442758-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442758-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442759-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442759-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442759-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442759-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442759-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442760-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442760-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442760-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442760-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442760-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442762-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442762-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442762-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442762-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442762-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442762-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442762-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442765-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442765-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442765-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442765-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442765-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442769-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442769-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442769-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442769-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442769-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442769-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442769-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442770-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442770-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442770-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442770-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442770-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442772-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442772-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442772-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442772-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442772-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442773-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442773-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442773-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442773-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442773-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442775-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442775-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442775-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442775-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442775-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442776-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442776-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442776-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442776-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442776-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442777-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442777-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442777-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442777-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442777-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442782-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442782-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442782-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442782-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442782-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442783-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442783-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442783-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442783-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442783-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442784-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442784-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442784-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442784-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442784-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442789-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442789-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442789-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442789-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442789-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442791-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442791-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442791-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442791-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442791-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442819-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442819-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442819-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442819-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442819-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442820-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442820-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442820-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442820-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442820-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442844-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442844-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442844-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442844-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442844-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442844-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442844-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442845-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442845-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442845-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442845-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442845-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442845-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442845-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442846-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442846-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442846-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442846-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442846-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442846-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442846-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442847-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442847-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442847-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442847-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442847-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442847-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442847-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442848-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442848-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442848-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442848-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442848-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442848-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442848-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442849-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442849-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442849-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442849-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442849-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442849-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442849-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442850-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442850-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442850-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442850-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442850-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442850-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442850-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442851-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442851-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442851-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442851-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442851-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442852-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442852-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442852-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442852-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442852-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442852-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442852-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442853-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442853-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442853-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442853-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442853-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442853-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442853-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442854-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442854-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442854-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442854-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442854-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442854-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442854-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442855-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442855-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442855-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442855-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442855-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442855-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442855-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442864-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442864-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442864-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442864-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442864-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442865-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442865-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442865-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442865-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442865-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442866-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442866-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442866-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442866-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442866-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442867-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442867-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442867-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442867-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442867-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442868-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442868-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442868-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442868-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442868-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442869-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442869-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442869-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442869-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442869-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442871-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442871-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442871-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442871-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442871-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442872-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442872-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442872-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442872-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442872-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442873-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442873-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442873-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442873-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442873-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442874-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442874-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442874-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442874-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442874-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442875-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442875-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442875-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442875-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442875-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442876-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442876-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442876-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442876-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442876-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442877-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442877-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442877-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442877-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442877-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442877-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442877-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442878-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442878-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442878-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442878-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442878-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442879-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442879-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442879-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442879-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442879-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442880-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442880-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442880-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442880-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442880-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442880-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442880-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442881-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442881-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442881-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442881-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442881-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442881-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442881-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442883-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442883-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442883-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442883-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442883-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442883-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442883-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442884-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442884-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442884-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442884-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442884-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442884-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442884-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442885-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442885-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442885-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442885-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442885-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442885-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442885-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442886-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442886-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442886-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442886-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442886-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442886-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442886-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442887-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442887-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442887-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442887-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442887-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442888-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442888-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442888-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442888-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442888-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442890-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442890-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442890-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442890-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442890-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442890-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442890-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442891-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442891-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442891-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442891-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442891-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442891-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442891-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442892-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442892-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442892-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442892-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442892-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442892-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442892-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442893-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442893-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442893-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442893-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442893-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442894-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442894-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442894-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442894-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442894-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442894-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442894-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442895-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442895-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442895-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442895-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442895-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442895-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442895-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442896-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442896-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442896-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442896-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442896-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442896-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442896-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442897-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442897-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442897-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442897-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442897-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442897-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442897-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442898-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442898-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442898-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442898-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442898-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442899-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442899-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442899-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442899-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442899-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442899-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442899-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442900-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442900-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442900-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442900-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442900-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442900-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442900-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442901-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442901-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442901-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442901-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442901-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442903-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442903-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442903-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442903-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442903-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442903-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442903-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442928-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442928-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442928-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442928-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442928-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442928-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442928-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442929-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442929-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442929-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442929-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442929-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442929-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442929-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442931-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442931-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442931-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442931-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442931-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442931-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442931-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442932-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442932-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442932-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442932-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442932-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442932-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442932-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442934-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442934-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442934-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442934-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442934-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442934-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442934-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442937-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442937-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442937-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442937-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442937-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442937-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442937-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442938-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442938-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442938-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442938-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442938-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442939-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442939-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442939-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442939-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442939-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442940-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442940-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442940-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442940-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442940-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442940-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442940-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442941-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442941-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442941-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442941-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442941-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442941-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442941-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442942-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442942-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442942-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442942-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442942-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442942-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442942-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442943-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442943-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442943-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442943-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442943-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442943-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442943-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442944-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442944-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442944-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442944-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442944-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442944-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442944-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442945-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442945-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442945-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442945-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442945-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442946-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442946-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442946-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442946-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442946-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442947-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442947-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442947-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442947-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442947-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442948-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442948-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442948-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442948-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442948-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442948-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442948-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442953-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442953-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442953-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442953-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442953-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442954-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442954-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442954-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442954-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442954-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442954-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442954-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442955-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442955-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442955-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442955-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442955-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442956-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442956-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442956-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442956-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442956-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442957-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442957-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442957-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442957-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442957-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442958-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442958-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442958-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442958-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442958-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442959-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442959-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442959-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442959-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442959-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442960-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442960-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442960-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442960-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442960-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442961-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442961-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442961-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442961-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442961-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442962-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442962-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442962-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442962-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442962-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442963-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442963-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442963-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442963-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442963-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442966-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442966-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442966-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442966-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442966-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442967-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442967-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442967-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442967-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442967-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442968-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442968-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442968-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442968-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442968-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442969-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442969-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442969-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442969-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442969-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442971-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442971-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442971-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442971-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442971-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442973-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442973-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442973-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442973-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442973-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442974-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442974-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442974-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442974-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442974-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442974-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442974-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442976-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442976-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442976-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442976-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442976-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442977-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442977-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442977-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442977-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442977-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442977-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442977-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442978-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442978-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442978-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442978-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442978-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442980-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442980-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442980-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442980-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442980-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442981-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442981-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442981-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442981-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442981-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442982-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442982-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442982-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442982-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442982-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442983-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442983-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442983-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442983-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442983-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442984-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442984-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442984-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442984-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442984-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442985-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442985-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442985-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442985-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442985-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442986-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442986-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442986-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442986-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442986-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442986-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442986-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442988-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442988-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442988-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442988-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442988-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442989-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442989-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442989-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442989-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442989-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442990-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442990-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442990-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442990-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442990-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442991-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442991-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442991-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442991-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442991-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442992-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442992-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442992-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442992-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442992-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442992-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442992-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442999-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442999-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442999-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000442999-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442999-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443000-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443000-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443000-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443000-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443000-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443007-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443007-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443007-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443007-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443007-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443008-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443008-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443008-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443008-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443008-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443014-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443014-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443014-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443014-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443014-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443016-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443016-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443016-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443016-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443016-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443017-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443017-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443017-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443017-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443017-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443018-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443018-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443018-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443018-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443018-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443019-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443019-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443019-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443019-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443019-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443020-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443020-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443020-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443020-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443020-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443021-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443021-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443021-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443021-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443021-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443022-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443022-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443022-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443022-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443022-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443027-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443027-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443027-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443027-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443027-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443028-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443028-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443028-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443028-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443028-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443029-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443029-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443029-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443029-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443029-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443030-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443030-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443030-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443030-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443030-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443031-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443031-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443031-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443031-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443031-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443032-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443032-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443032-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443032-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443032-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443033-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443033-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443033-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443033-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443033-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443036-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443036-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443036-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443036-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443036-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443037-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443037-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443037-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443037-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443037-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443040-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443040-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443040-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443040-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443040-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443042-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443042-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443042-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443042-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443042-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443043-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443043-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443043-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443043-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443043-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443044-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443044-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443044-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443044-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443044-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443044-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443044-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443045-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443045-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443045-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443045-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443045-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443046-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443046-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443046-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443046-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443046-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443047-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443047-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443047-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443047-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443047-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443047-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443047-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443048-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443048-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443048-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443048-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443048-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443049-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443049-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443049-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443049-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443049-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443050-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443050-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443050-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443050-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443050-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443051-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443051-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443051-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443051-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443051-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443052-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443052-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443052-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443052-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443052-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443060-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443060-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443060-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443060-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443060-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443063-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443063-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443063-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4468__0000000000000000443063-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443063-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443066-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443066-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443066-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443066-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443066-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443066-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443067-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443067-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443067-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443067-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443067-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443067-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443067-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443067-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443068-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443068-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443068-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443068-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443068-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443068-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443071-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443071-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443071-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443071-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443071-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443071-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443071-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443071-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443072-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443072-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443072-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443072-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443072-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443072-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443074-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443074-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443074-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443074-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443074-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443074-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443075-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443075-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443075-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443075-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443075-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443075-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443076-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443076-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443076-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443076-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443076-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443076-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443080-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443080-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443080-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443080-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443080-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443080-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443082-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443082-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443082-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443082-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443082-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443082-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443088-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443088-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443088-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443088-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443088-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443088-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443089-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443089-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443089-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443089-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443089-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443089-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443091-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443091-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443091-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443091-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443091-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443091-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443093-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443093-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443093-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443093-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443093-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443093-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443096-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443096-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443096-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443096-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443096-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443096-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443096-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443096-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443097-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443097-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443097-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443097-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443097-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443097-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443097-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443097-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443101-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443101-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443101-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443101-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443101-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443101-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443102-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443102-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443102-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443102-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443102-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443102-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443103-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443103-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443103-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443103-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443103-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443103-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443103-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443103-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443105-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443105-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443105-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443105-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443105-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443105-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443105-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443105-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443106-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443106-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443106-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443106-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443106-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443106-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443107-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443107-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443107-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443107-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443107-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443107-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443108-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443108-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443108-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443108-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443108-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443108-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443213-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443213-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443213-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443213-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443213-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443213-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443214-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443214-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443214-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443214-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443214-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443214-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443217-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443217-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443217-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443217-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443217-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443217-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443218-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443218-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443218-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443218-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443218-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443218-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443219-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443219-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443219-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443219-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443219-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443219-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443572-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443572-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443572-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443572-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443572-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443572-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443578-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443578-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443578-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443578-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443578-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443578-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443580-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443580-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443580-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443580-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443580-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443580-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443581-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443581-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443581-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443581-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443581-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443581-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443581-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443581-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443587-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443587-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443587-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443587-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443587-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443587-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443587-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443587-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443592-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443592-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443592-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443592-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443592-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443592-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443593-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443593-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443593-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443593-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443593-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443593-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443593-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443593-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443594-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443594-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443594-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443594-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443594-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443594-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443595-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443595-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443595-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443595-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443595-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443595-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443597-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443597-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443597-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443597-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443597-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443597-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443599-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443599-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443599-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443599-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443599-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443599-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443601-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443601-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443601-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443601-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443601-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443601-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443602-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443602-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443602-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443602-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443602-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443602-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443935-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443935-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443935-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443935-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443935-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443935-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443935-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443935-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443936-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443936-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443936-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443936-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443936-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443936-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443936-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443936-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443938-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443938-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443938-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443938-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443938-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443938-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443939-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443939-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443939-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443939-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443939-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443939-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443940-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443940-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443940-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443940-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443940-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443940-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443940-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443940-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443941-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443941-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443941-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443941-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443941-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443941-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443941-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443941-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443942-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443942-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443942-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443942-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443942-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443942-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443942-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443942-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443943-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443943-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443943-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443943-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443943-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443943-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443943-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443943-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443944-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443944-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443944-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443944-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443944-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443944-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443944-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443944-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443945-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443945-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443945-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443945-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443945-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443945-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443947-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443947-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443947-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443947-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443947-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443947-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443948-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443948-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443948-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443948-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443948-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443948-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443948-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443948-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443950-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443950-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443950-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443950-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443950-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443950-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443950-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443950-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443952-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443952-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443952-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443952-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443952-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443952-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443952-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443952-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443953-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443953-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443953-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443953-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443953-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443953-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443959-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443959-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443959-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443959-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443959-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443959-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443960-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443960-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443960-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443960-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443960-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443960-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443961-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443961-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443961-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443961-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443961-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443961-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443962-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443962-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443962-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443962-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443962-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443962-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443967-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443967-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443967-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443967-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443967-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443967-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443220-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443220-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443220-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443220-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443220-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443220-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443221-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443221-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443221-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443221-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443221-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443221-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443222-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443222-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443222-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443222-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443222-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443222-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443223-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443223-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443223-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443223-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443223-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443223-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443225-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443225-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443225-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443225-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443225-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443225-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443226-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443226-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443226-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443226-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443226-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443226-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443227-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443227-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443227-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443227-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443227-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443227-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443228-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443228-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443228-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443228-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443228-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443228-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443229-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443229-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443229-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443229-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443229-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443229-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443230-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443230-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443230-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443230-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443230-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443230-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443231-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443231-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443231-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443231-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443231-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443231-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443232-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443232-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443232-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443232-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443232-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443232-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443233-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443233-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443233-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443233-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443233-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443233-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443250-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443250-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443250-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443250-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443250-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443250-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443253-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443253-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443253-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443253-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443253-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443253-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443254-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443254-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443254-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443254-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443254-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443254-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443255-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443255-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443255-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443255-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443255-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443255-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443264-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443264-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443264-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443264-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443264-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443264-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443264-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443264-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443266-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443266-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443266-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443266-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443266-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443266-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443266-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443266-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443267-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443267-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443267-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443267-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443267-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443267-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443268-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443268-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443268-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443268-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443268-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443268-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443269-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443269-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443269-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443269-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443269-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443269-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443270-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443270-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443270-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443270-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443270-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443270-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443271-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443271-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443271-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443271-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443271-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443271-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443272-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443272-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443272-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443272-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443272-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443272-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443273-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443273-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443273-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443273-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443273-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443273-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443275-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443275-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443275-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443275-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443275-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443275-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443276-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443276-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443276-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443276-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443276-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443276-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443277-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443277-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443277-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443277-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443277-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443277-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443278-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443278-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443278-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443278-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443278-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443278-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443279-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443279-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443279-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443279-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443279-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443279-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443280-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443280-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443280-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443280-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443280-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443280-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443281-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443281-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443281-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443281-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443281-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443281-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443282-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443282-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443282-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443282-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443282-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443282-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443283-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443283-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443283-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443283-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443283-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443283-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443284-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443284-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443284-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443284-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443284-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443284-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443284-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443284-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443287-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443287-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443287-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443287-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443287-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443287-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443288-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443288-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443288-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443288-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443288-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443288-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443289-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443289-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443289-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443289-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443289-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443289-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443290-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443290-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443290-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443290-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443290-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443290-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443291-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443291-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443291-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443291-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443291-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443291-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443292-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443292-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443292-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443292-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443292-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443292-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443292-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443292-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443293-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443293-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443293-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443293-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443293-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443293-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443308-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443308-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443308-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443308-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443308-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443308-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443308-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443308-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443309-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443309-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443309-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443309-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443309-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443309-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443310-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443310-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443310-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443310-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443310-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443310-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443311-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443311-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443311-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443311-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443311-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443311-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443317-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443317-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443317-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443317-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443317-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443317-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443338-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443338-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443338-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443338-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443338-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443338-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443339-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443339-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443339-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443339-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443339-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443339-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443340-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443340-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443340-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443340-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443340-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443340-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443341-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443341-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443341-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443341-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443341-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443341-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443342-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443342-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443342-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443342-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443342-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443342-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443353-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443353-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443353-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443353-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443353-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443353-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443365-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443365-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443365-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443365-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443365-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443365-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443368-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443368-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443368-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443368-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443368-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443368-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443374-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443374-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443374-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443374-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443374-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443374-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443383-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443383-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443383-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443383-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443383-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443383-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443384-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443384-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443384-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443384-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443384-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443384-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443385-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443385-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443385-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443385-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443385-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443385-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443386-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443386-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443386-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443386-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443386-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443386-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443387-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443387-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443387-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443387-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443387-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443387-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443388-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443388-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443388-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443388-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443388-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443388-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443389-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443389-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443389-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443389-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443389-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443389-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443390-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443391-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443392-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443392-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443392-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443392-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443392-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443392-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443393-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443395-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443395-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443395-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443395-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443395-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443395-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443396-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443396-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443396-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443396-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443396-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443396-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443397-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443397-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443397-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443397-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443397-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443397-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443398-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443398-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443398-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443398-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443398-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443398-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443400-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443400-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443400-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443400-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443400-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443400-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443401-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443401-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443401-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443401-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443401-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443401-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443402-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443402-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443402-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443402-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443402-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443402-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443403-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443403-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443403-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443403-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443403-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443403-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443404-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443404-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443404-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443404-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443404-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443404-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443405-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443405-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443405-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443405-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443405-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443405-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443406-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443406-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443406-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443406-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443406-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443406-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443407-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443407-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443407-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443407-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443407-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443407-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443408-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443408-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443408-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443408-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443408-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443408-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443410-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443410-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443410-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443410-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443410-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443410-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443411-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443411-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443411-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443411-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443411-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443411-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443412-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443412-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443412-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443412-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443412-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443412-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443413-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443413-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443413-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443413-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443413-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443413-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443413-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443413-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443438-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443438-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443438-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443438-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443438-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443438-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443440-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443440-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443440-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443440-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443440-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443440-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443442-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443442-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443442-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443442-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443442-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443442-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443442-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443442-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443443-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443443-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443443-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443443-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443443-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443443-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443443-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443443-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443444-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443444-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443444-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443444-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443444-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443444-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443444-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443444-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443445-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443445-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443445-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443445-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443445-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443445-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443445-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443445-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443450-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443450-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443450-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443450-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443450-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443450-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443450-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443450-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443474-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443474-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443474-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443474-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443474-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443474-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443474-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443474-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443475-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443475-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443475-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443475-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443475-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443475-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443475-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443475-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443478-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443478-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443478-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443478-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443478-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443478-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443478-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443478-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443522-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443522-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443522-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443522-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443522-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443522-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443527-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443527-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443527-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443527-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443527-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443527-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443527-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443527-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443533-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443533-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443533-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443533-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443533-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443533-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443533-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443533-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443537-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443537-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443537-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443537-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443537-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443537-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104193'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443540-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443540-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443540-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443540-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443540-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443540-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104193'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443564-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443564-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443564-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443564-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443564-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443564-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443565-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443565-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443565-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443565-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443565-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443565-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443565-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443565-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443570-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443570-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443570-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443570-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443570-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443570-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443603-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443603-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443603-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443603-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443603-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443603-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443606-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443606-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443606-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443606-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443606-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443606-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443606-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443606-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443607-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443607-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443607-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443607-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443607-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443607-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443608-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443608-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443608-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443608-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443608-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443608-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443611-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443611-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443611-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443611-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443611-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443611-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443616-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443616-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443616-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443616-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443616-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443616-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443616-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443616-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443617-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443617-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443617-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443617-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443617-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443617-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443617-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443617-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443623-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443623-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443623-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443623-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443623-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443623-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443624-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443624-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443624-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443624-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443624-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443624-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443624-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443624-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443625-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443625-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443625-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443625-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443625-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443625-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443625-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443625-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443627-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443627-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443627-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443627-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443627-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443627-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443630-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443630-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443630-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443630-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443630-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443630-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443630-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443630-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443631-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443631-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443631-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443631-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443631-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443631-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443631-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443631-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443632-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443632-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443632-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443632-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443632-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443632-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443632-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443632-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443633-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443633-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443633-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443633-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443633-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443633-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443633-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443633-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443636-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443636-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443636-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443636-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443636-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443636-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443636-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443636-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443637-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443637-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443637-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443637-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443637-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443637-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443637-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443637-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443639-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443639-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443639-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443639-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443639-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443639-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443640-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443640-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443640-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443640-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443640-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443640-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443640-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443640-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443641-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443641-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443641-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443641-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443641-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443641-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443641-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443641-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443642-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443642-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443642-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443642-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443642-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443642-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443642-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443642-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443645-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443645-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443645-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443645-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443645-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443645-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443645-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443645-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443646-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443646-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443646-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443646-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443646-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443646-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443646-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443646-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443647-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443647-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443647-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443647-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443647-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443647-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443647-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443647-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443651-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443651-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443651-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443651-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443651-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443651-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443651-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443651-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443653-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443653-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443653-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443653-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443653-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443653-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443653-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443653-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443654-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443654-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443654-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443654-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443654-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443654-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443654-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus jobei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104504'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443654-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443685-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443685-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443685-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443685-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443685-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443685-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443685-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus paululus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104508'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443685-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443714-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443714-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443714-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443714-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443714-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443714-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443714-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443714-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443715-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443715-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443715-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443715-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443715-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443715-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443715-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443715-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443716-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443716-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443716-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443716-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443716-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443716-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443716-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443716-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443717-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443717-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443717-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443717-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443717-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443717-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443718-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443718-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443718-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443718-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443718-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443718-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443719-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443719-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443719-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443719-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443719-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443719-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443719-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443719-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443720-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443720-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443720-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443720-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443720-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443720-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443720-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443720-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443721-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443721-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443721-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443721-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443721-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443721-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443722-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443722-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443722-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443722-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443722-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443722-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443722-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443722-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443723-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443723-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443723-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443723-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443723-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443723-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443723-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443723-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443724-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443724-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443724-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443724-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443724-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443724-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443724-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443724-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443726-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443726-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443726-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443726-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443726-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443726-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443726-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443726-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443727-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443727-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443727-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443727-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443727-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443727-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443728-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443728-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443728-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443728-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443728-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443728-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443728-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443728-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443729-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443729-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443729-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443729-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443729-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443729-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443730-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443730-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443730-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443730-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443730-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443730-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443731-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443731-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443731-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443731-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443731-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443731-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443732-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443732-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443732-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443732-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443732-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443732-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443733-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443733-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443733-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443733-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443733-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443733-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443734-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443734-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443734-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443734-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443734-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443734-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443734-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443734-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443735-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443735-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443735-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443735-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443735-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443735-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443735-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443735-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443736-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443736-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443736-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443736-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443736-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443736-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443736-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443736-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443737-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443737-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443737-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443737-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443737-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443737-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443737-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443737-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443738-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443738-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443738-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443738-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443738-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443738-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443738-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443738-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443741-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443741-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443741-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443741-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443741-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443741-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443741-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443741-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443742-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443742-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443742-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443742-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443742-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443742-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443742-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443742-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443743-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443743-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443743-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443743-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443743-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443743-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443743-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443743-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443744-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443744-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443744-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443744-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443744-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443744-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443744-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443744-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443745-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443745-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443745-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443745-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443745-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443745-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443745-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443745-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443746-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443746-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443746-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443746-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443746-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443746-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443746-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443746-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443748-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443748-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443748-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443748-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443748-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443748-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443748-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443748-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443749-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443749-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443749-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443749-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443749-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443749-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443749-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443749-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443750-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443750-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443750-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443750-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443750-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443750-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443750-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443750-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443751-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443751-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443751-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443751-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443751-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443751-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443751-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443751-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443752-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443752-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443752-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443752-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443752-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443752-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443752-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443752-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443753-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443753-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443753-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443753-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443753-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443753-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443753-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443753-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443754-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443754-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443754-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443754-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443754-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443754-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443754-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443754-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443755-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443755-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443755-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443755-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443755-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443755-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443755-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443755-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443756-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443756-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443756-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443756-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443756-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443756-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443756-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443756-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443757-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443757-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443757-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443757-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443757-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443757-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443757-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443757-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443758-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443758-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443758-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443758-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443758-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443758-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443759-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443759-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443759-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443759-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443759-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443759-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443760-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443760-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443760-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443760-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443760-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443760-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443761-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443761-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443761-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443761-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443761-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443761-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443761-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443761-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443762-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443762-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443762-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443762-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443762-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443762-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443762-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443762-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443763-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443763-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443763-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443763-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443763-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443763-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443763-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443763-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443764-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443764-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443764-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443764-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443764-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443764-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443764-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443764-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443765-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443765-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443765-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443765-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443765-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443765-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443766-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443766-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443766-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443766-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443766-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443766-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443767-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443767-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443767-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443767-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443767-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443767-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443773-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443773-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443773-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443773-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443773-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443773-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443774-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443774-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443774-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443774-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443774-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443774-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443774-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443774-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443780-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443780-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443780-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443780-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443780-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443780-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443791-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443791-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443791-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443791-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443791-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443791-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443792-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443792-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443792-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443792-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443792-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443792-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443792-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443792-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443797-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443797-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443797-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443797-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443797-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443797-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443804-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443804-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443804-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443804-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443804-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443804-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443804-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443804-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443805-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443805-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443805-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443805-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443805-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443805-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443805-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443805-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443806-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443806-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443806-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443806-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443806-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443806-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443806-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443806-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443807-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443807-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443807-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443807-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443807-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443807-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443807-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443807-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443809-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443809-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443809-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443809-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443809-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443809-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443813-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443813-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443813-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443813-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443813-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443813-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443813-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443813-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443818-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443818-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443818-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443818-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443818-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443818-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443818-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443818-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443819-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443819-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443819-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443819-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443819-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443819-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443820-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443820-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443820-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443820-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443820-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443820-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443821-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443821-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443821-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443821-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443821-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443821-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443821-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443821-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443822-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443822-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443822-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443822-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443822-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443822-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443823-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443823-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443823-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443823-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443823-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443823-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443823-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443823-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443824-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443824-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443824-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443824-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443824-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443824-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443824-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443824-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443828-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443828-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443828-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443828-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443828-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443828-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443851-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443851-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443851-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443851-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443851-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443851-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443852-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443852-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443852-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443852-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443852-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443852-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443852-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443852-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443857-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443857-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443857-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443857-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443857-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443857-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443863-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443863-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443863-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443863-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443863-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443863-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443864-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443864-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443864-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443864-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443864-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443864-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443865-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443865-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443865-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443865-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443865-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443865-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443866-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443866-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443866-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443866-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443866-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443866-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443867-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443867-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443867-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443867-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443867-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443867-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443868-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443868-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443868-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443868-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443868-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443868-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443869-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443869-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443869-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443869-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443869-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443869-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443870-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443870-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443870-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443870-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443870-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443870-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443871-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443871-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443871-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443871-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443871-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443871-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443872-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443872-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443872-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443872-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443872-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443872-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443873-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443873-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443873-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443873-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443873-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443873-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443874-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443874-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443874-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443874-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443874-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443874-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443875-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443875-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443875-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443875-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443875-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443875-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443876-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443876-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443876-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443876-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443876-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443876-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443878-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443878-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443878-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443878-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443878-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443878-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443879-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443879-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443879-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443879-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443879-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443879-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443880-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443880-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443880-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443880-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443880-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443880-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443880-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443880-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443881-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443881-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443881-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443881-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443881-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443881-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443881-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443881-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443882-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443882-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443882-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443882-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443882-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443882-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443882-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443882-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443883-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443883-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443883-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443883-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443883-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443883-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443883-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443883-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443884-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443884-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443884-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443884-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443884-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443884-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443884-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443884-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443885-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443885-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443885-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443885-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443885-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443885-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443885-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443885-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443887-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443887-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443887-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443887-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443887-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443887-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443888-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443888-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443888-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443888-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443888-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443888-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443889-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443889-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443889-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443889-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443889-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443889-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443889-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443889-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444213-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444213-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444213-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444213-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444213-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444213-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444214-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444214-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444214-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444214-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444214-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444214-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444215-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444215-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444215-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444215-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444215-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444215-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444215-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444215-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444216-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444216-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444216-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444216-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444216-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444216-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444217-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444217-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444217-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444217-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444217-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444217-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444218-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444218-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444218-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444218-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444218-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444218-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444219-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444219-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444219-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444219-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444219-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444219-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444220-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444220-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444220-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444220-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444220-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444220-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444221-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444221-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444221-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444221-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444221-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444221-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444222-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444222-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444222-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444222-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444222-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444222-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444223-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444223-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444223-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444223-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444223-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444223-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444224-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444224-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444224-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444224-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444224-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444224-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444235-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444235-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444235-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444235-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444235-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444235-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444236-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444236-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444236-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444236-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444236-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444236-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444237-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444237-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444237-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444237-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444237-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444237-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444248-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444248-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444248-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444248-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444248-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444248-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444323-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444323-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444323-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444323-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444323-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444323-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444326-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444326-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444326-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444326-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444326-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444326-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444326-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444326-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444327-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444327-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444327-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444327-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444327-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444327-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444328-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444328-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444328-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444328-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444328-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444328-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444329-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444329-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444329-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444329-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444329-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444329-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444329-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444329-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444334-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444334-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444334-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444334-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444334-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444334-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444334-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444334-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444335-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444335-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444335-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444335-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444335-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444335-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444336-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444336-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444336-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444336-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444336-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444336-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444336-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444336-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444337-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444337-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444337-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444337-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444337-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444337-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444338-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444338-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444338-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444338-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444338-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444338-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444339-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444339-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444339-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444339-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444339-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444339-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444340-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444340-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444340-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444340-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444340-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444340-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444341-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444341-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444341-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444341-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444341-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444341-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444342-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444342-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444342-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444342-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444342-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444342-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444343-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444343-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444343-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444343-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444343-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444343-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444360-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444360-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444360-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444360-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444360-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444360-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444363-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444363-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444363-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444363-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444363-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444363-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444367-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444367-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444367-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444367-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444367-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444367-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444367-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444367-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444368-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444368-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444368-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444368-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444368-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444368-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444374-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444374-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444374-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444374-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444374-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444374-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444375-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444375-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444375-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444375-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444375-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444375-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444376-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444376-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444376-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444376-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444376-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444376-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444377-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444377-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444377-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444377-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444377-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444377-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444379-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444379-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444379-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444379-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444379-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444379-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444380-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444381-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444381-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444381-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444381-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444381-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444381-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444382-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444382-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444382-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444382-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444382-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444382-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444383-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444383-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444383-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444383-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444383-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444383-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444384-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444384-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444384-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444384-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444384-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444384-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444385-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444385-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444385-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444385-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444385-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444385-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444386-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444386-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444386-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444386-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444386-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444386-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444387-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444387-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444387-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444387-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444387-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444387-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444388-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444388-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444388-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444388-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444388-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444388-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444389-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444389-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444389-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444389-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444389-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444389-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444390-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444391-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444392-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444392-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444392-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444392-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444392-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444392-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444393-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444394-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444394-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444394-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444394-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444394-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444394-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444395-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444395-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444395-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444395-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444395-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444395-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444396-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444396-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444396-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444396-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444396-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444396-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444397-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444397-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444397-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444397-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444397-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444397-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444398-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444398-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444398-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444398-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444398-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444398-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444399-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444399-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444399-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444399-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444399-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444399-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444399-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444399-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444400-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444400-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444400-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444400-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444400-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444400-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444401-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444401-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444401-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444401-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444401-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444401-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444402-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444402-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444402-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444402-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444402-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444402-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444403-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444403-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444403-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444403-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444403-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444403-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444404-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444404-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444404-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444404-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444404-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444404-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444408-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444408-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444408-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444408-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444408-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444408-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444409-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444409-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444409-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444409-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444409-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444409-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444410-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444410-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444410-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444410-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444410-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444410-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444411-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444411-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444411-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444411-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444411-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444411-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444412-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444412-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444412-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444412-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444412-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444412-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444417-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444417-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444417-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444417-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444417-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444417-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444417-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444417-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444418-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444418-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444418-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444418-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444418-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444418-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444419-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444419-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444419-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444419-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444419-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444419-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444420-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444420-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444420-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444420-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444420-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444420-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444421-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444421-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444421-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444421-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444421-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444421-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444423-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444423-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444423-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444423-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444423-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444423-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444423-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444423-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444426-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444426-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444426-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444426-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444426-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444426-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444427-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444427-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444427-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444427-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444427-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444427-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444429-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444429-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444429-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444429-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444429-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444429-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444429-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444429-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444430-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444430-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444430-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444430-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444430-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444430-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444431-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444431-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444431-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444431-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444431-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444431-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444431-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444431-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444432-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444432-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444432-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444432-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444432-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444432-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444433-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444433-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444433-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444433-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444433-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444433-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444433-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444433-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444441-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444441-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444441-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444441-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444441-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444441-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444441-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Farranula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128636'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444441-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '128636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444457-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444457-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444457-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444457-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444457-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444457-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444457-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Farranula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128636'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444457-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '128636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444464-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444464-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444464-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444464-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444464-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444464-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444464-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444464-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444465-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444465-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444465-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444465-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444465-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444465-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444466-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444466-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444466-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444466-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444466-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444466-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444466-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444466-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444467-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444467-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444467-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444467-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444467-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444467-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444467-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444467-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444472-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444472-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444472-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444472-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444472-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444472-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444472-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444472-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444473-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444473-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444473-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444473-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444473-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444473-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444473-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444473-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444475-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444475-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444475-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444475-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444475-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444475-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444475-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444475-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444476-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444476-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444476-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444476-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444476-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444476-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444476-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444476-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444479-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444479-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444479-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444479-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444479-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444479-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444479-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444479-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444480-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444480-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444480-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444480-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444480-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444480-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444481-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444481-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444481-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444481-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444481-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444481-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444482-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444482-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444482-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444482-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444482-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444482-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444482-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444482-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444483-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444483-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444483-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444483-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444483-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444483-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444485-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444485-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444485-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444485-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444485-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444485-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444488-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444488-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444488-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444488-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444488-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444488-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444490-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444490-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444490-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444490-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444490-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444490-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444490-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444490-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444493-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444493-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444493-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444493-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444493-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444493-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444499-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444499-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444499-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444499-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444499-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444499-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444500-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444500-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444500-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444500-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444500-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444500-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444501-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444501-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444501-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444501-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444501-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444501-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444502-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444502-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444502-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444502-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444502-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444502-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444507-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444507-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444507-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444507-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444507-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444507-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444517-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444517-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444517-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444517-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444517-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444517-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444517-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444517-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444519-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444519-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444519-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444519-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444519-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444519-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444519-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444519-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444520-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444520-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444520-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444520-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444520-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444520-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444520-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444520-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444522-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444522-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444522-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444522-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444522-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444522-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444523-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444523-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444523-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444523-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444523-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444523-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444540-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444540-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444540-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444540-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444540-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444540-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444541-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444541-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444541-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444541-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444541-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444541-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444542-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444542-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444542-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444542-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444542-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444542-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444542-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444542-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444554-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444554-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444554-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444554-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444554-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444554-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444554-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444554-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444555-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444555-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444555-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444555-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444555-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444555-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444555-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444555-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444556-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444556-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444556-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444556-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444556-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444556-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444556-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444556-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444557-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444557-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444557-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444557-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444557-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444557-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444557-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444557-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444558-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444558-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444558-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444558-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444558-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444558-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444558-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444558-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444561-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444561-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444561-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444561-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444561-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444561-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444561-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444561-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444562-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444562-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444562-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444562-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444562-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444562-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444562-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444562-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444563-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444563-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444563-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444563-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444563-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444563-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444566-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444566-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444566-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444566-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444566-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444566-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444566-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444566-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444567-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444567-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444567-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444567-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444567-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444567-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444567-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444567-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444568-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444568-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444568-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444568-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444568-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444568-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444568-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444568-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444569-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444569-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444569-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444569-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444569-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444569-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444569-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444569-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444570-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444570-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444570-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444570-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444570-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444570-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444570-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444571-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444571-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444571-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444571-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444571-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444571-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444571-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444571-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444572-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444572-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444572-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444572-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444572-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444572-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444572-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444573-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444573-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444573-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444573-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444573-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444573-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444574-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444574-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444574-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444574-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444574-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444574-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444574-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444574-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444575-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444575-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444575-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444575-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444575-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444575-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444575-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444575-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444576-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444576-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444576-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444576-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444576-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444576-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444576-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444576-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444577-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444577-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444577-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444577-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444577-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444577-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444577-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444577-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444578-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444578-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444578-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444578-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444578-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444578-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444579-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444579-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444579-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444579-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444579-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444579-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444580-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444580-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444580-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444580-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444580-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444580-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444580-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444583-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444583-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444583-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444583-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444583-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444583-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444583-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444583-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444584-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444584-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444584-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444584-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444584-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444584-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444584-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444584-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444585-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444585-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444585-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444585-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444585-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444585-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444586-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444586-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444586-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444586-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444586-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444586-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444586-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444586-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444587-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444587-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444587-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444587-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444587-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444587-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444587-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444587-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444588-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444588-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444588-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444588-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444588-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444588-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444590-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444590-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444590-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444590-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444590-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444590-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444590-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444590-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444592-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444592-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444592-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444592-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444592-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444592-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444593-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444593-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444593-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444593-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444593-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444593-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444593-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444593-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444594-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444594-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444594-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444594-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444594-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444594-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444595-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444595-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444595-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444595-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444595-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444595-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444596-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444596-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444596-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444596-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444596-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444596-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444596-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444596-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444597-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444597-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444597-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444597-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444597-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444597-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444598-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444598-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444598-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444598-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444598-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444598-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444598-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444598-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444599-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444599-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444599-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444599-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444599-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444599-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444600-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444600-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444600-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444600-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444600-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444600-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444601-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444601-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444601-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444601-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444601-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444601-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444602-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444602-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444602-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444602-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444602-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444602-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444603-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444603-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444603-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444603-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444603-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444603-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444607-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444607-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444607-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444607-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444607-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444607-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444607-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444608-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444608-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444608-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444608-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444608-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444608-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444639-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444639-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444639-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444639-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444639-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444639-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444644-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444644-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444644-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444644-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444644-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444644-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444644-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444644-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444660-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444660-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444660-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444660-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444660-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444660-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444661-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444661-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444661-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444661-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444661-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444661-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444662-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444662-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444662-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444662-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444662-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444662-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444662-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444662-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444663-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444663-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444663-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444663-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444663-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444663-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444664-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444664-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444664-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444664-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444664-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444664-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444665-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444665-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444665-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444665-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444665-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444665-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444666-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444666-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444666-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444666-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444666-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444666-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444667-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444667-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444667-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444667-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444667-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444667-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444670-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444670-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444670-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444670-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444670-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444670-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444673-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444673-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444673-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444673-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444673-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444673-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444680-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444680-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444680-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444680-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444680-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444680-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Monstrilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '119780'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '119780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444704-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444704-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444704-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444704-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444704-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444704-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444704-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444704-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444705-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444705-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444705-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444705-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444705-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444705-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444705-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444705-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444706-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444706-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444706-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444706-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444706-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444706-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444706-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444706-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444707-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444707-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444707-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444707-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444707-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444707-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444707-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444707-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445080-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445080-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445080-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445080-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445080-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445080-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445085-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445085-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445085-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445085-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445085-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445085-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445085-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445085-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445087-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445087-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445087-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445087-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445087-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445087-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445087-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445087-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445089-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445089-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445089-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445089-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445089-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445089-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445090-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445090-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445090-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445090-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445090-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445090-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445090-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445090-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445091-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445091-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445091-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445091-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445091-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445091-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445092-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445092-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445092-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445092-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445092-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445092-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445092-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445092-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445093-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445093-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445093-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445093-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445093-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445093-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445099-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445099-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445099-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445099-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445099-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445099-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445100-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445100-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445100-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445100-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445100-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445100-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444708-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444708-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444708-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444708-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444708-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444708-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444708-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444708-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444709-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444709-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444709-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444709-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444709-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444709-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444709-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444709-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444710-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444710-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444710-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444710-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444710-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444710-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444713-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444713-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444713-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444713-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444713-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444713-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444713-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444713-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444714-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444714-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444714-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444714-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444714-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444714-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444714-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444714-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444717-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444717-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444717-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444717-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444717-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444717-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444717-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444718-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444718-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444718-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444718-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444718-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444718-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444720-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444720-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444720-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444720-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444720-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444720-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444720-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444720-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444721-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444721-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444721-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444721-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444721-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444721-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444722-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444722-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444722-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444722-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444722-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444722-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444722-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444722-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444723-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444723-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444723-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444723-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444723-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444723-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444723-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444723-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444724-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444724-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444724-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444724-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444724-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444724-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444724-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444724-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444725-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444725-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444725-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444725-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444725-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444725-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444725-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444725-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444726-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444726-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444726-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444726-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444726-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444726-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444726-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444726-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444727-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444727-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444727-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444727-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444727-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444727-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444758-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444758-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444758-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444758-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444758-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444758-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444760-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444760-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444760-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444760-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444760-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444760-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444765-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444765-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444765-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444765-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444765-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444765-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444766-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444766-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444766-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444766-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444766-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444766-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444767-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444767-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444767-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444767-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444767-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444767-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444769-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444769-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444769-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444769-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444769-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444769-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444769-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444769-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444770-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444770-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444770-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444770-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444770-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444770-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444771-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444771-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444771-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444771-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444771-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444771-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444771-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444771-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444773-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444773-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444773-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444773-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444773-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444773-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444774-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444774-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444774-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444774-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444774-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444774-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444774-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444774-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444775-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444775-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444775-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444775-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444775-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444775-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444776-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444776-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444776-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444776-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444776-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444776-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444777-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444777-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444777-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444777-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444777-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444777-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444780-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444780-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444780-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444780-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444780-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444780-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444781-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444781-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444781-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444781-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444781-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444781-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444782-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444782-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444782-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444782-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444782-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444782-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444783-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444783-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444783-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444783-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444783-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444783-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444784-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444784-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444784-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444784-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444784-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444784-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444786-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444786-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444786-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444786-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444786-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444786-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444786-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444786-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444787-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444787-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444787-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444787-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444787-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444787-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444789-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444789-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444789-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444789-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444789-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444789-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444790-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444790-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444790-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444790-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444790-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444790-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444798-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444798-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444798-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444798-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444798-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444798-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444801-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444801-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444801-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444801-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444801-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444801-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444807-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444807-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444807-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444807-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444807-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444807-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444807-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444807-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444809-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444809-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444809-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444809-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444809-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444809-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444810-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444810-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444810-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444810-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444810-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444810-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444810-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444810-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444811-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444811-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444811-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444811-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444811-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444811-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444811-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444811-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444813-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444813-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444813-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444813-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444813-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444813-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444813-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444813-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444814-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444814-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444814-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444814-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444814-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444814-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444814-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444814-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444815-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444815-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444815-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444815-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444815-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444815-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444815-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444815-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444819-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444819-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444819-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444819-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444819-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444819-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444820-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444820-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444820-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444820-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444820-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444820-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444822-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444822-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444822-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444822-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444822-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444822-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444826-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444826-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444826-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444826-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444826-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444826-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444826-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444826-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444832-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444832-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444832-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444832-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444832-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444832-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444832-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444832-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444833-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444833-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444833-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444833-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444833-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444833-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444843-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444843-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444843-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444843-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444843-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444843-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444851-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444851-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444851-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444851-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444851-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444851-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444870-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444870-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444870-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444870-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444870-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444870-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Phoronida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1789'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444874-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444874-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444874-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444874-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444874-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444874-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Phoronida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1789'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444887-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444887-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444887-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444887-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444887-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444887-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444888-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444888-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444888-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444888-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444888-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444888-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444893-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444893-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444893-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444893-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444893-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444893-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444898-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444898-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444898-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444898-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444898-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444898-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444901-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444901-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444901-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444901-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444901-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444901-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444904-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444904-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444904-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444904-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444904-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444904-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444904-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444904-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444908-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444908-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444908-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444908-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444908-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444908-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444909-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444909-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444909-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444909-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444909-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444909-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444912-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444912-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444912-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444912-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444912-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444912-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444912-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444912-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444930-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444930-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444930-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444930-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444930-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444930-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444969-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444969-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444969-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444969-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444969-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444969-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444970-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444971-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444971-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444971-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444971-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444971-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444971-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444972-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444972-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444972-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444972-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444972-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444972-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444978-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444978-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444978-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444978-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444978-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444978-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444979-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444979-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444979-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444979-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444979-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444979-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444979-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444979-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444983-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444983-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444983-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444983-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444983-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444983-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444988-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444988-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444988-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444988-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444988-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444988-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444993-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444993-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444993-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444993-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444993-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444993-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444995-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444995-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444995-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444995-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444995-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444995-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444997-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444997-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444997-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444997-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444997-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444997-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445002-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445002-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445002-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445002-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445002-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445002-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445024-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445024-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445024-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445024-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445024-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445024-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445028-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445028-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445028-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445028-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445028-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445028-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445037-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445037-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445037-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445037-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445037-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445037-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445038-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445038-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445038-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445038-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445038-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445038-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445039-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445039-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445039-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445039-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445039-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445039-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445040-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445040-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445040-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445040-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445040-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445040-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445041-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445041-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445041-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445041-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445041-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445041-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445042-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445042-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445042-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445042-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445042-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445042-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445043-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445043-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445043-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445043-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445043-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445043-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445045-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445045-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445045-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445045-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445045-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445045-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445046-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445046-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445046-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445046-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445046-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445046-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445047-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445047-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445047-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445047-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445047-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445047-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445047-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445047-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445048-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445048-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445048-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445048-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445048-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445048-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445049-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445049-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445049-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445049-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445049-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445049-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445050-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445050-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445050-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445050-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445050-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445050-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445051-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445051-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445051-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445051-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445051-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445051-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445052-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445052-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445052-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445052-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445052-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445052-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445053-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445053-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445053-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445053-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445053-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445053-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445054-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445054-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445054-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445054-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445054-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445054-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445055-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445055-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445055-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445055-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445055-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445055-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445056-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445056-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445056-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445056-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445056-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445056-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445057-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445057-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445057-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445057-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445057-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445057-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445058-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445058-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445058-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445058-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445058-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445058-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445063-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445063-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445063-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445063-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445063-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445063-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445070-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445070-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445070-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445070-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445070-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445070-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445072-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445072-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445072-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445072-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445072-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445072-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445076-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445076-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445076-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445076-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445076-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445076-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445077-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445077-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445077-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445077-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445077-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445077-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445078-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445078-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445078-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445078-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445078-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445078-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445079-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445079-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445079-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445079-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445079-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445079-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445101-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445101-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445101-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445101-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445101-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445101-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445102-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445102-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445102-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445102-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445102-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445102-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445106-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445106-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445106-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445106-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445106-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445106-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445107-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445107-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445107-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445107-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445107-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445107-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445115-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445115-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445115-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445115-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445115-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445115-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445119-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445119-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445119-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445119-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445119-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445119-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445122-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445122-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445122-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445122-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445122-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445122-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445128-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445128-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445128-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445128-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445128-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445128-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445129-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445129-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445129-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445129-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445129-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445129-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445132-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445132-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445132-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445132-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445132-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445132-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445135-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445135-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445135-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445135-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445135-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445135-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445136-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445136-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445136-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445136-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445136-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445136-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445137-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445137-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445137-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445137-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445137-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445137-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445138-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445138-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445138-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445138-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445138-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445138-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445144-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445144-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445144-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445144-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445144-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445144-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445146-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445146-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445146-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445146-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445146-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445146-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445147-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445147-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445147-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445147-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445147-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445147-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445147-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445147-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445149-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445149-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445149-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445149-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445149-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445149-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445150-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445150-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445150-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445150-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445150-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445150-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445151-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445151-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445151-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445151-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445151-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445151-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445152-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445152-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445152-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445152-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445152-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445152-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445154-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445154-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445154-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445154-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445154-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445154-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura (Vexillaria) dioica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103407'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '103407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445160-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445160-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445160-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445160-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445160-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445160-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura (Vexillaria) dioica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103407'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445185-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445185-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445185-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445185-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445185-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445185-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445186-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445186-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445186-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445186-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445186-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445186-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445187-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445187-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445187-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445187-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445187-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445187-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445188-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445188-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445188-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445188-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445188-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445188-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445189-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445189-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445189-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445189-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445189-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445189-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445190-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445190-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445190-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445190-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445190-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445190-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445191-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445191-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445191-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445191-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445191-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445191-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445192-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445192-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445192-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445192-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445192-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445192-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445193-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445193-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445193-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445193-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445193-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445193-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445194-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445194-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445194-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445194-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445194-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445194-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445194-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445194-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445196-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445196-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445196-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445196-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445196-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445196-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445196-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445196-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445197-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445197-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445197-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445197-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445197-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445197-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445198-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445198-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445198-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445198-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445198-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445198-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445199-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445199-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445199-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445199-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445199-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445199-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445200-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445200-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445200-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445200-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445200-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445200-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445201-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445201-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445201-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445201-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445201-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445201-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445202-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445202-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445202-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445202-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445202-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445202-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445203-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445203-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445203-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445203-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445203-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445203-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445204-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445204-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445204-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445204-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445204-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445204-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445205-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445205-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445205-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445205-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445205-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445205-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445206-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445206-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445206-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445206-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445206-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445206-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445207-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445207-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445207-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445207-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445207-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445207-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445208-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445208-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445208-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445208-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445208-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445208-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445209-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445209-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445209-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445209-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445209-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445209-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445210-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445210-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445210-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445210-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445210-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445210-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445211-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445211-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445211-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445211-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445211-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445211-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445212-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445212-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445212-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445212-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445212-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445212-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445213-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445213-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445213-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445213-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445213-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445213-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445214-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445214-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445214-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445214-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445214-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445214-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445216-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445216-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445216-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445216-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445216-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445216-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445218-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445218-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445218-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445218-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445218-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445218-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445224-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445224-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445224-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445224-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445224-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445224-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445225-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445225-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445225-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445225-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445225-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445225-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445228-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445228-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445228-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445228-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445228-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445228-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445230-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445230-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445230-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445230-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445230-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445230-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445238-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445238-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445238-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445238-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445238-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445238-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445239-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445241-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445241-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445241-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445241-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445241-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445241-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445243-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445243-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445243-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445243-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445243-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445243-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445248-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445248-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445248-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445248-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445248-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445248-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445252-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445252-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445252-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445252-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445252-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445252-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445255-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445255-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445255-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445255-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445255-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445255-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445262-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445262-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445262-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445262-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445262-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445262-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445263-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445263-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445263-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445263-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445263-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445263-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000445301-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000445301-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000445301-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000445301-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000445301-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000445301-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000445301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000445301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436846-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436846-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436846-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436846-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436846-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436846-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436846-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436846-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436847-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436847-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436847-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436847-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436847-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436847-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436847-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436847-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436848-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436848-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436848-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436848-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436848-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436848-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436848-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436848-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436849-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436849-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436849-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436849-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436849-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436849-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436849-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436849-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436850-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436850-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436850-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436850-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436850-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436850-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436850-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436850-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436851-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436851-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436851-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436851-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436851-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436851-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436851-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436853-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436853-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436853-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436853-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436853-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436853-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436853-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436853-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436859-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436859-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436859-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436859-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436859-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436859-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436865-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436865-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436865-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436865-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436865-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436865-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436866-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436866-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436866-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436866-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436866-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436866-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436869-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436869-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436869-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436869-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436869-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436869-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436870-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436870-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436870-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436870-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436870-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436870-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436871-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436871-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436871-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436871-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436871-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436871-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436872-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436872-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436872-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436872-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436872-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436872-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436873-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436873-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436873-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436873-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436873-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436873-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436898-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436898-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436898-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436898-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436898-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436898-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436921-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436921-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436921-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436921-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436921-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436921-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436921-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436921-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436924-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436924-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436924-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436924-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436924-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436924-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436924-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436924-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436927-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436927-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436927-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436927-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436927-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436927-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436933-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436933-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436933-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436933-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436933-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436933-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436933-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436933-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436936-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436936-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436936-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436936-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436936-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436936-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436936-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436936-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436937-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436937-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436937-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436937-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436937-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436937-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436937-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436937-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436938-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436938-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436938-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436938-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436938-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436938-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436939-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436939-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436939-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436939-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436939-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436939-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436940-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436940-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436940-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436940-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436940-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436940-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436940-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436940-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436941-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436941-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436941-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436941-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436941-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436941-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436941-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436941-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436942-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436942-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436942-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436942-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436942-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436942-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436942-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436942-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436943-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436943-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436943-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436943-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436943-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436943-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436943-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436943-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436946-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436946-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436946-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436946-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436946-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436946-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436951-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436951-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436951-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436951-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436951-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436951-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436951-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436951-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436952-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436952-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436952-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436952-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436952-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436952-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436952-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436952-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436953-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436953-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436953-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436953-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436953-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436953-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436955-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436955-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436955-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436955-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436955-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436955-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436956-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436956-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436956-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436956-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436956-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436956-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436957-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436957-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436957-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436957-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436957-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436957-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436958-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436958-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436958-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436958-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436958-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436958-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436959-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436959-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436959-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436959-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436959-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436959-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436960-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436960-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436960-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436960-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436960-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436960-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436961-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436961-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436961-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436961-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436961-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436961-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436962-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436962-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436962-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436962-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436962-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436962-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436969-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436969-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436969-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436969-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436969-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436969-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436970-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436973-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436973-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436973-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436973-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436973-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436973-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436981-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436981-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436981-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436981-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436981-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436981-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436991-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436991-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436991-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436991-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436991-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436991-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436997-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436997-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436997-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436997-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436997-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436997-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436998-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436998-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436998-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436998-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436998-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436998-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436998-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436998-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000436999-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000436999-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000436999-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000436999-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000436999-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000436999-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000436999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000436999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437000-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437000-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437000-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437000-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437000-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437000-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437001-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437001-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437001-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437001-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437001-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437001-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437002-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437002-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437002-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437002-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437002-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437002-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437004-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437004-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437004-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437004-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437004-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437004-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437005-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437005-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437005-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437005-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437005-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437005-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437006-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437006-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437006-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437006-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437006-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437006-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437008-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437008-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437008-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437008-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437008-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437008-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437009-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437009-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437009-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437009-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437009-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437009-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437013-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437013-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437013-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437013-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437013-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437013-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437014-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437014-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437014-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437014-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437014-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437014-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437015-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437015-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437015-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437015-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437015-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437015-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437016-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437016-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437016-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437016-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437016-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437016-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437373-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437373-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437373-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437373-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437373-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437373-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437374-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437374-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437374-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437374-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437374-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437374-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437375-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437375-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437375-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437375-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437375-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437375-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437376-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437376-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437376-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437376-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437376-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437376-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437377-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437377-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437377-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437377-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437377-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437377-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437658-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437658-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437658-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437658-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437658-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437658-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437658-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437658-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437659-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437659-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437659-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437659-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437659-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437659-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437660-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437660-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437660-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437660-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437660-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437660-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437661-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437661-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437661-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437661-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437661-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437661-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437662-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437662-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437662-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437662-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437662-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437662-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437662-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437662-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437663-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437663-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437663-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437663-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437663-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437663-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437664-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437664-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437664-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437664-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437664-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437664-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437665-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437665-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437665-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437665-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437665-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437665-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437666-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437666-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437666-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437666-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437666-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437666-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437667-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437667-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437667-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437667-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437667-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437667-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437668-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437668-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437668-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437668-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437668-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437668-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437668-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437668-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437669-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437669-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437669-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437669-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437669-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437669-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437669-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437669-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437670-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437670-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437670-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437670-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437670-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437670-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437671-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437671-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437671-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437671-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437671-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437671-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437672-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437672-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437672-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437672-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437672-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437672-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437672-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437672-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437673-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437673-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437673-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437673-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437673-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437673-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437674-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437674-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437674-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437674-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437674-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437674-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437675-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437675-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437675-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437675-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437675-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437675-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437676-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437676-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437676-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437676-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437676-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437676-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437676-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437676-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437677-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437677-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437677-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437677-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437677-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437677-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437677-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437677-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437678-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437678-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437678-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437678-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437678-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437678-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437679-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437679-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437679-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437679-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437679-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437679-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437680-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437680-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437680-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437680-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437680-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437680-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437681-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437681-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437681-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437681-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437681-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437681-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437683-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437683-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437683-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437683-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437683-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437683-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437683-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437683-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437698-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437698-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437698-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437698-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437698-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437698-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437698-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437698-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437699-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437699-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437699-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437699-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437699-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437699-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437699-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437699-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437700-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437700-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437700-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437700-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437700-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437700-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437700-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437700-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437708-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437708-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437708-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437708-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437708-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437708-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437708-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437708-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437713-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437713-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437713-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437713-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437713-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437713-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437713-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104466'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437713-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1805501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437017-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437017-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437017-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437017-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437017-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437017-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437019-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437019-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437019-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437019-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437019-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437019-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437020-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437020-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437020-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437020-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437020-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437020-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437021-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437021-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437021-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437021-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437021-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437021-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437022-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437022-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437022-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437022-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437022-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437022-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437023-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437023-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437023-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437023-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437023-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437023-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437039-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437039-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437039-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437039-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437039-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437039-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437040-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437040-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437040-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437040-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437040-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437040-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437051-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437051-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437051-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437051-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437051-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437051-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437053-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437053-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437053-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437053-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437053-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437053-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437069-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437069-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437069-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437069-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437069-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437069-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437069-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '163921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437069-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '163921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437072-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437072-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437072-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437072-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437072-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437072-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '163921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '163921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437099-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437099-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437099-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437099-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437099-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437099-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437107-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437107-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437107-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437107-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437107-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437107-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437118-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437118-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437118-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437118-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437118-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437118-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437126-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437126-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437126-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437126-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437126-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437126-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437129-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437129-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437129-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437129-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437129-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437129-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437130-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437130-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437130-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437130-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437130-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437130-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437130-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437130-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437133-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437133-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437133-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437133-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437133-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437133-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437137-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437137-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437137-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437137-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437137-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437137-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437143-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437143-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437143-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437143-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437143-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437143-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437145-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437145-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437145-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437145-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437145-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437145-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437148-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437148-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437148-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437148-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437148-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437148-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437149-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437149-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437149-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437149-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437149-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437149-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437151-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437151-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437151-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437151-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437151-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437151-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437152-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437152-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437152-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437152-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437152-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437152-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437153-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437153-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437153-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437153-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437153-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437153-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437158-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437158-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437158-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437158-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437158-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437158-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437158-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437158-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437159-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437159-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437159-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437159-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437159-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437159-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437160-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437160-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437160-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437160-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437160-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437160-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437161-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437161-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437161-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437161-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437161-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437161-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437161-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437161-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437162-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437162-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437162-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437162-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437162-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437162-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437163-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437163-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437163-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437163-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437163-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437163-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437165-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437165-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437165-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437165-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437165-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437165-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437166-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437166-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437166-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437166-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437166-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437166-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437168-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437168-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437168-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437168-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437168-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437168-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437169-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437169-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437169-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437169-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437169-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437169-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437170-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437170-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437170-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437170-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437170-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437170-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437172-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437172-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437172-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437172-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437172-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437172-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437176-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437176-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437176-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437176-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437176-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437176-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437180-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437180-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437180-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437180-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437180-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437180-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437186-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437186-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437186-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437186-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437186-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437186-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437210-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437210-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437210-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437210-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437210-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437210-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437211-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437211-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437211-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437211-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437211-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437211-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437235-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437235-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437235-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437235-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437235-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437235-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437237-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437237-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437237-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437237-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437237-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437237-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437238-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437238-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437238-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437238-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437238-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437238-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437239-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437240-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437240-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437240-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437240-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437240-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437240-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437241-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437241-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437241-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437241-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437241-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437241-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437242-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437242-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437242-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437242-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437242-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437242-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437243-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437243-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437243-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437243-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437243-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437243-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437244-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437244-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437244-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437244-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437244-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437244-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437245-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437245-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437245-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437245-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437245-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437245-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437245-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437245-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437248-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437248-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437248-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437248-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437248-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437248-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437249-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437249-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437249-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437249-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437249-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437249-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437250-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437250-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437250-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437250-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437250-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437250-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437251-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437251-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437251-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437251-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437251-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437251-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437252-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437252-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437252-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437252-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437252-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437252-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437253-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437253-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437253-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437253-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437253-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437253-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437254-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437254-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437254-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437254-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437254-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437254-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437255-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437255-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437255-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437255-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437255-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437255-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437256-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437256-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437256-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437256-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437256-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437256-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437257-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437257-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437257-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437257-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437257-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437257-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437257-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437257-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437258-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437258-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437258-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437258-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437258-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437258-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437259-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437259-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437259-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437259-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437259-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437259-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437260-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437260-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437260-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437260-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437260-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437260-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437262-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437262-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437262-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437262-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437262-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437262-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437263-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437263-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437263-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437263-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437263-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437263-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437289-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437289-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437289-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437289-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437289-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437289-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437297-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437297-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437297-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437297-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437297-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437297-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437297-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437297-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437298-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437298-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437298-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437298-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437298-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437298-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437298-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437298-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437299-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437299-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437299-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437299-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437299-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437299-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437300-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437300-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437300-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437300-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437300-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437300-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437301-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437301-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437301-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437301-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437301-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437301-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437302-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437302-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437302-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437302-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437302-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437302-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437303-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437303-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437303-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437303-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437303-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437303-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437304-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437304-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437304-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437304-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437304-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437304-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437305-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437305-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437305-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437305-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437305-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437305-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437305-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437305-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437307-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437307-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437307-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437307-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437307-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437307-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437307-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437307-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437308-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437308-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437308-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437308-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437308-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437308-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437308-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437308-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437309-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437309-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437309-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437309-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437309-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437309-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437310-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437310-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437310-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437310-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437310-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437310-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437311-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437311-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437311-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437311-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437311-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437311-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437312-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437312-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437312-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437312-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437312-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437312-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437312-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437312-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437313-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437313-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437313-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437313-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437313-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437313-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437313-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437313-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437314-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437314-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437314-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437314-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437314-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437314-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437315-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437315-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437315-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437315-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437315-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437315-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437316-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437316-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437316-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437316-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437316-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437316-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437316-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437316-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437317-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437317-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437317-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437317-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437317-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437317-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437318-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437318-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437318-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437318-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437318-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437318-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437320-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437320-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437320-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437320-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437320-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437320-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437321-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437321-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437321-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437321-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437321-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437321-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437322-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437322-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437322-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437322-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437322-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437322-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437323-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437323-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437323-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437323-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437323-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437323-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437348-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437348-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437348-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437348-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437348-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437348-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437350-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437350-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437350-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437350-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437350-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437350-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437351-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437351-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437351-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437351-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437351-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437351-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437352-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437352-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437352-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437352-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437352-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437352-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437353-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437353-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437353-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437353-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437353-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437353-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437358-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437358-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437358-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437358-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437358-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437358-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437359-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437359-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437359-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437359-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437359-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437359-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437360-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437360-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437360-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437360-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437360-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437360-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437361-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437361-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437361-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437361-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437361-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437361-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437361-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437361-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437362-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437362-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437362-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437362-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437362-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437362-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437362-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437362-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437363-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437363-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437363-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437363-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437363-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437363-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437364-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437364-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437364-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437364-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437364-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437364-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437364-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437364-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437365-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437365-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437365-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437365-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437365-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437365-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437366-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437366-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437366-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437366-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437366-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437366-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437366-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437366-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437368-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437368-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437368-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437368-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437368-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437368-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437378-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437378-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437378-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437378-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437378-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437378-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437379-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437379-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437379-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437379-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437379-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437379-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437380-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437381-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437381-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437381-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437381-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437381-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437381-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437382-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437382-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437382-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437382-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437382-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437382-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437620-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437620-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437620-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437620-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437620-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437620-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437620-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437620-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437621-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437621-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437621-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437621-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437621-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437621-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437621-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437621-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437622-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437622-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437622-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437622-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437622-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437622-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437623-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437623-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437623-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437623-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437623-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437623-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437627-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437627-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437627-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437627-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437627-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437627-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437643-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437643-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437643-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437643-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437643-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437643-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437643-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437643-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437644-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437644-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437644-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437644-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437644-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437644-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437644-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437644-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437657-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437657-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437657-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437657-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437657-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437657-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437657-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437657-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437729-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437729-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437729-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437729-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437729-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437729-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437730-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437730-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437730-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437730-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437730-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437730-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437731-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437731-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437731-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437731-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437731-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437731-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437732-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437732-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437732-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437732-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437732-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437732-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437733-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437733-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437733-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437733-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437733-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437733-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437737-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437737-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437737-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437737-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437737-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437737-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437737-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437737-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437758-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437758-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437758-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437758-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437758-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437758-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437759-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437759-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437759-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437759-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437759-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437759-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437773-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437773-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437773-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437773-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437773-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437773-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104152'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437775-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437775-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437775-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437775-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437775-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437775-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437776-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437776-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437776-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437776-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437776-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437776-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437777-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437777-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437777-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437777-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437777-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437777-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437778-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437778-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437778-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437778-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437778-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437778-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437778-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437778-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437779-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437779-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437779-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437779-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437779-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437779-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437780-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437780-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437780-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437780-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437780-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437780-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437781-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437781-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437781-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437781-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437781-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437781-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437782-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437782-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437782-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437782-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437782-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437782-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437783-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437783-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437783-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437783-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437783-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437783-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437784-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437784-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437784-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437784-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437784-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437784-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437784-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437785-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437785-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437785-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437785-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437785-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437785-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437785-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437785-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437786-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437786-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437786-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437786-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437786-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437786-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437786-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437786-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437787-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437787-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437787-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437787-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437787-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437787-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437788-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437788-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437788-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437788-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437788-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437788-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437788-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437788-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437789-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437789-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437789-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437789-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437789-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437789-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437789-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437790-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437790-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437790-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437790-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437790-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437790-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437791-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437791-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437791-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437791-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437791-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437791-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437791-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437792-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437792-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437792-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437792-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437792-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437792-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437792-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437792-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437793-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437793-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437793-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437793-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437793-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437793-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437793-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437793-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437794-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437794-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437794-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437794-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437794-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437794-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437794-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437794-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437795-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437795-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437795-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437795-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437795-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437795-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437795-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437795-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437796-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437796-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437796-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437796-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437796-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437796-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437796-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437796-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437797-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437797-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437797-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437797-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437797-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437797-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437797-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437798-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437798-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437798-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437798-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437798-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437798-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437799-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437799-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437799-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437799-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437799-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437799-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437799-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437799-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437800-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437800-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437800-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437800-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437800-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437800-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437800-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437800-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437801-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437801-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437801-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437801-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437801-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437801-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437802-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437802-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437802-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437802-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437802-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437802-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437802-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437802-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437803-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437803-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437803-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437803-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437803-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437803-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437803-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus parvus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '745865'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437803-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '745865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437828-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437828-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437828-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437828-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437828-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437828-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437830-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437830-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437830-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437830-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437830-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437830-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437830-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437830-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437832-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437832-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437832-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437832-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437832-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437832-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437832-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437832-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437833-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437833-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437833-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437833-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437833-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437833-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paracalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104196'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437835-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437835-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437835-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437835-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437835-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437835-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437842-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437842-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437842-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437842-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437842-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437842-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437887-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437887-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437887-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437887-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437887-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437887-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Calocalanus contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437901-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437901-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437901-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437901-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437901-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437901-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437902-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437902-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437902-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437902-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437902-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437902-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437902-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437902-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437908-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437908-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437908-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437908-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437908-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437908-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437909-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437909-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437909-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437909-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437909-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437909-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437910-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437910-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437910-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437910-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437910-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437910-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437910-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437910-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437917-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437917-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437917-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437917-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437917-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437917-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437917-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437917-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437921-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437921-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437921-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437921-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437921-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437921-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437921-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437921-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437922-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437922-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437922-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437922-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437922-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437922-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437922-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437922-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437923-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437923-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437923-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437923-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437923-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437923-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437923-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus arcuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104502'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437923-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1461626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437924-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437924-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437924-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437924-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437924-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437924-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437924-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437924-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437925-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437925-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437925-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437925-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437925-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437925-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437925-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437925-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437927-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437927-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437927-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437927-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437927-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437927-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437930-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437930-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437930-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437930-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437930-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437930-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437931-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437931-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437931-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437931-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437931-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437931-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437931-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437931-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437933-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437933-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437933-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437933-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437933-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437933-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437933-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437933-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437935-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437935-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437935-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437935-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437935-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437935-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437935-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437935-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437937-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437937-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437937-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437937-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437937-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437937-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437937-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437937-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437938-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437938-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437938-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437938-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437938-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437938-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437938-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437946-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437946-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437946-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437946-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437946-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437946-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437947-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437947-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437947-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437947-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437947-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437947-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437953-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437953-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437953-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437953-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437953-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437953-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437955-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437955-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437955-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437955-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437955-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437955-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437956-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437956-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437956-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437956-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437956-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437956-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437957-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437957-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437957-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437957-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437957-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437957-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437959-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437959-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437959-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437959-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437959-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437959-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437960-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437960-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437960-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437960-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437960-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437960-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437961-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437961-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437961-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437961-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437961-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437961-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437962-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437962-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437962-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437962-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437962-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437962-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437965-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437965-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437965-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437965-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437965-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437965-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437968-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437968-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437968-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437968-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437968-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437968-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437969-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437969-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437969-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437969-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437969-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437969-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437970-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437971-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437971-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437971-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437971-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437971-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437971-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437972-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437972-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437972-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437972-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437972-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437972-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437973-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437973-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437973-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437973-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437973-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437973-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437976-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437976-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437976-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437976-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437976-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437976-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437977-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437977-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437977-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437977-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437977-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437977-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437977-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437977-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437982-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437982-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437982-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437982-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437982-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437982-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437983-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437983-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437983-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437983-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437983-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437983-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437985-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437985-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437985-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437985-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437985-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437985-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus paululus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104508'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438015-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438015-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438015-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438015-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438015-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438015-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438016-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438016-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438016-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438016-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438016-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438016-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438017-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438017-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438017-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438017-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438017-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438017-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438018-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438018-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438018-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438018-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438018-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438018-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438019-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438019-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438019-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438019-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438019-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438019-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438020-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438020-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438020-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438020-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438020-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438020-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438021-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438021-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438021-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438021-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438021-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438021-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438022-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438022-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438022-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438022-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438022-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438022-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438023-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438023-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438023-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438023-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438023-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438023-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438024-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438024-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438024-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438024-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438024-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438024-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438025-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438025-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438025-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438025-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438025-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438025-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438026-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438026-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438026-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438026-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438026-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438026-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438028-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438028-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438028-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438028-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438028-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438028-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438029-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438029-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438029-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438029-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438029-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438029-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438030-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438030-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438030-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438030-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438030-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438030-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438031-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438031-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438031-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438031-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438031-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438031-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438032-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438032-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438032-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438032-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438032-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438032-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438033-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438033-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438033-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438033-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438033-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438033-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438035-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438035-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438035-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438035-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438035-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438035-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438036-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438036-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438036-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438036-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438036-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438036-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438037-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438037-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438037-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438037-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438037-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438037-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438038-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438038-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438038-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438038-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438038-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438038-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438041-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438041-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438041-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438041-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438041-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438041-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438042-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438042-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438042-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438042-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438042-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438042-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438043-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438043-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438043-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438043-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438043-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438043-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438044-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438044-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438044-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438044-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438044-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438044-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438044-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438044-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438045-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438045-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438045-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438045-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438045-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438045-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438046-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438046-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438046-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438046-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438046-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438046-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438048-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438048-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438048-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438048-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438048-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438048-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438049-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438049-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438049-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438049-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438049-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438049-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438050-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438050-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438050-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438050-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438050-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438050-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438051-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438051-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438051-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438051-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438051-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438051-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438052-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438052-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438052-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438052-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438052-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438052-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438053-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438053-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438053-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438053-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438053-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438053-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438054-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438054-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438054-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438054-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438054-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438054-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438055-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438055-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438055-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438055-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438055-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438055-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438056-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438056-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438056-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438056-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438056-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438056-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438057-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438057-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438057-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438057-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438057-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438057-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438058-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438058-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438058-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438058-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438058-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438058-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438059-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438059-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438059-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438059-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438059-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438059-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438060-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438060-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438060-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438060-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438060-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438060-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438061-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438061-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438061-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438061-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438061-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438061-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438061-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438061-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438062-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438062-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438062-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438062-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438062-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438062-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438063-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438063-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438063-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438063-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438063-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438063-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438064-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438064-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438064-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438064-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438064-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438064-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438064-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438064-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438065-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438065-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438065-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438065-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438065-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438065-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438065-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438065-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438066-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438066-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438066-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438066-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438066-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438066-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438067-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438067-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438067-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438067-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438067-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438067-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438067-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438067-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438073-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438073-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438073-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438073-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438073-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438073-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438080-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438080-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438080-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438080-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438080-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438080-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438097-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438097-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438097-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438097-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438097-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438097-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438097-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438097-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438106-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438106-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438106-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438106-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438106-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438106-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438107-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438107-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438107-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438107-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438107-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438107-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438108-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438108-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438108-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438108-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438108-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438108-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438113-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438113-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438113-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438113-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438113-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438113-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438113-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438113-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438114-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438114-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438114-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438114-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438114-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438114-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438115-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438115-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438115-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438115-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438115-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438115-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438119-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438119-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438119-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438119-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438119-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438119-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438120-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438120-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438120-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438120-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438120-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438120-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438121-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438121-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438121-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438121-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438121-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438121-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438122-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438122-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438122-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438122-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438122-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438122-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438123-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438123-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438123-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438123-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438123-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438123-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438124-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438124-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438124-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438124-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438124-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438124-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438124-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438124-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438125-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438125-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438125-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438125-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438125-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438125-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438128-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438128-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438128-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438128-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438128-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438128-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438132-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438132-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438132-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438132-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438132-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438132-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438135-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438135-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438135-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438135-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438135-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438135-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438148-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438148-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438148-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438148-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438148-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438148-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438150-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438150-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438150-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438150-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438150-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438150-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438151-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438151-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438151-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438151-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438151-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438151-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438152-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438152-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438152-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438152-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438152-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438152-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438157-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438157-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438157-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438157-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438157-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438157-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438157-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438157-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438163-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438163-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438163-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438163-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438163-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438163-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438165-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438165-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438165-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438165-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438165-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438165-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438166-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438166-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438166-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438166-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438166-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438166-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438167-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438167-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438167-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438167-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438167-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438167-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438168-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438168-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438168-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438168-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438168-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438168-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438169-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438169-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438169-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438169-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438169-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438169-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438170-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438170-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438170-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438170-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438170-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438170-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438172-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438172-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438172-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438172-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438172-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438172-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438173-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438173-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438173-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438173-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438173-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438173-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438174-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438174-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438174-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438174-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438174-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438174-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438175-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438175-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438175-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438175-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438175-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438175-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438176-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438176-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438176-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438176-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438176-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438176-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438178-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438178-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438178-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438178-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438178-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438178-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438179-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438179-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438179-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438179-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438179-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438179-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438180-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438180-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438180-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438180-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438180-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438180-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438181-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438181-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438181-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438181-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438181-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438181-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438182-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438182-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438182-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438182-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438182-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438182-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438183-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438183-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438183-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438183-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438183-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438183-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438184-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438184-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438184-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438184-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438184-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438184-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438185-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438185-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438185-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438185-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438185-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438185-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438187-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438187-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438187-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438187-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438187-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438187-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438188-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438188-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438188-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438188-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438188-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438188-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438189-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438189-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438189-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438189-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438189-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438189-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438190-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438190-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438190-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438190-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438190-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438190-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438191-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438191-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438191-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438191-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438191-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438191-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438193-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438193-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438193-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438193-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438193-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438193-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438200-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438200-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438200-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438200-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438200-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438200-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages kroyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104497'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438201-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438201-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438201-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438201-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438201-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438201-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages kroyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104497'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438225-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438225-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438225-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438225-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438225-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438225-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438226-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438226-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438226-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438226-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438226-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438226-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438227-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438227-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438227-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438227-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438227-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438227-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438228-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438228-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438228-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438228-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438228-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438228-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438229-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438229-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438229-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438229-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438229-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438229-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438230-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438230-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438230-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438230-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438230-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438230-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438231-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438231-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438231-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438231-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438231-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438231-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438232-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438232-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438232-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438232-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438232-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438232-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438233-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438233-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438233-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438233-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438233-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438233-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438234-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438234-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438234-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438234-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438234-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438234-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438234-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438234-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438235-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438235-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438235-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438235-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438235-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438235-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438236-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438236-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438236-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438236-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438236-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438236-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438238-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438238-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438238-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438238-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438238-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438238-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438239-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438240-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438240-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438240-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438240-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438240-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438240-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438241-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438241-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438241-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438241-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438241-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438241-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438242-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438242-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438242-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438242-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438242-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438242-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438243-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438243-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438243-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438243-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438243-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438243-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438244-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438244-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438244-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438244-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438244-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438244-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438245-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438245-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438245-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438245-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438245-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438245-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438245-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438245-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438246-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438246-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438246-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438246-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438246-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438246-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438246-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438246-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438247-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438247-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438247-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438247-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438247-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438247-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438247-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438247-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438248-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438248-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438248-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438248-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438248-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438248-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438249-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438249-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438249-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438249-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438249-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438249-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438250-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438250-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438250-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438250-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438250-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438250-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438252-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438252-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438252-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438252-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438252-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438252-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438253-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438253-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438253-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438253-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438253-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438253-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438260-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438260-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438260-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438260-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438260-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438260-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438261-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438261-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438261-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438261-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438261-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438261-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438267-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438267-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438267-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438267-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438267-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438267-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438268-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438268-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438268-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438268-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438268-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438268-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438275-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438275-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438275-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438275-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438275-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438275-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438276-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438276-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438276-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438276-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438276-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438276-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438277-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438277-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438277-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438277-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438277-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438277-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438279-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438279-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438279-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438279-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438279-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438279-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438280-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438280-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438280-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438280-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438280-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438280-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438281-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438281-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438281-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438281-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438281-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438281-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438282-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438282-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438282-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438282-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438282-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438282-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438283-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438283-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438283-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438283-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438283-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438283-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438287-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438287-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438287-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438287-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438287-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438287-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438293-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438293-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438293-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438293-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438293-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438293-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438294-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438294-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438294-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438294-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438294-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438294-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438294-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438294-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438295-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438295-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438295-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438295-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438295-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438295-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438295-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438295-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438299-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438299-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438299-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438299-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438299-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438299-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438300-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438300-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438300-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438300-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438300-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438300-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438301-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438301-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438301-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438301-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438301-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438301-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438302-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438302-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438302-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438302-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438302-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438302-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438303-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438303-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438303-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438303-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438303-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438303-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438304-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438304-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438304-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438304-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438304-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438304-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438315-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438315-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438315-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438315-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438315-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438315-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438316-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438316-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438316-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438316-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438316-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438316-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438316-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438316-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438317-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438317-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438317-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438317-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438317-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438317-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438318-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438318-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438318-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438318-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438318-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438318-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438320-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438320-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438320-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438320-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438320-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438320-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438321-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438321-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438321-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438321-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438321-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438321-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438322-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438322-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438322-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438322-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438322-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438322-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438323-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438323-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438323-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438323-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438323-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438323-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438324-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438324-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438324-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438324-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438324-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438324-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438324-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438324-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438325-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438325-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438325-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438325-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438325-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438325-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438325-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438325-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438327-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438327-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438327-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438327-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438327-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438327-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438328-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438328-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438328-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438328-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438328-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438328-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438329-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438329-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438329-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438329-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438329-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438329-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438329-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438329-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438330-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438330-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438330-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438330-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438330-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438330-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438330-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438330-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438331-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438331-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438331-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438331-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438331-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438331-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438331-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438331-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438332-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438332-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438332-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438332-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438332-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438332-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438332-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438332-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438333-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438333-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438333-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438333-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438333-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438333-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438333-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438333-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438334-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438334-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438334-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438334-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438334-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438334-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438334-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438334-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438335-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438335-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438335-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438335-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438335-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438335-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438336-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438336-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438336-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438336-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438336-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438336-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438336-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438336-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438337-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438337-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438337-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438337-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438337-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438337-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438338-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438338-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438338-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438338-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438338-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438338-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438339-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438339-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438339-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438339-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438339-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438339-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438340-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438340-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438340-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438340-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438340-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438340-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438341-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438341-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438341-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438341-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438341-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438341-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438342-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438342-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438342-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438342-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438342-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438342-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438343-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438343-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438343-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438343-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438343-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438343-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438370-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438370-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438370-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438370-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438370-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438370-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Labidocera wollastoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104736'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438380-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pontella lobiancoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104738'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438430-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438430-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438430-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438430-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438430-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438430-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera patersoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104722'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '364368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438440-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438440-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438440-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438440-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438440-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438440-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438454-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438454-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438454-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438454-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438454-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438454-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438454-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438454-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438460-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438460-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438460-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438460-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438460-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438460-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438460-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438460-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438463-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438463-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438463-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438463-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438463-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438463-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438463-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438463-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438464-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438464-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438464-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438464-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438464-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438464-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438464-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438464-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438465-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438465-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438465-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438465-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438465-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438465-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438466-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438466-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438466-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438466-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438466-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438466-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438466-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438466-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438467-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438467-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438467-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438467-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438467-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438467-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438467-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438467-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438468-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438468-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438468-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438468-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438468-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438468-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438468-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438468-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438469-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438469-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438469-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438469-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438469-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438469-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438469-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438469-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438470-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438470-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438470-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438470-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438470-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438470-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438470-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438470-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438471-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438471-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438471-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438471-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438471-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438471-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438471-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438471-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438472-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438472-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438472-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438472-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438472-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438472-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438472-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438472-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438473-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438473-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438473-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438473-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438473-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438473-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438473-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438473-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438474-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438474-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438474-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438474-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438474-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438474-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438474-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438474-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438475-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438475-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438475-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438475-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438475-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438475-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438475-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438475-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438476-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438476-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438476-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438476-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438476-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438476-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438476-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438476-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438477-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438477-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438477-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438477-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438477-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438477-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438477-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438477-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438478-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438478-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438478-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438478-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438478-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438478-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438478-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438478-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438479-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438479-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438479-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438479-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438479-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438479-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438479-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438479-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438480-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438480-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438480-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438480-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438480-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438480-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438481-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438481-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438481-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438481-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438481-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438481-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438482-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438482-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438482-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438482-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438482-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438482-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438482-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438482-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438483-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438483-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438483-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438483-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438483-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438483-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438727-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438727-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438727-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438727-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438727-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438727-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438727-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438729-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438729-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438729-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438729-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438729-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438729-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438729-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438730-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438730-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438730-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438730-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438730-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438730-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438730-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438731-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438731-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438731-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438731-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438731-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438731-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438731-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438732-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438732-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438732-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438732-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438732-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438732-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438732-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438733-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438733-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438733-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438733-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438733-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438733-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438733-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438741-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438741-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438741-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438741-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438741-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438741-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438741-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Farranula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128636'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438741-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '128636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438748-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438748-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438748-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438748-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438748-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438748-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438748-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Farranula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128636'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438748-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '128636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438765-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438765-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438765-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438765-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438765-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438765-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438765-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438766-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438766-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438766-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438766-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438766-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438766-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439131-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439131-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439131-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439131-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439131-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439131-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439135-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439135-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439135-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439135-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439135-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439135-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439136-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439136-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439136-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439136-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439136-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439136-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439140-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439140-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439140-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439140-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439140-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439140-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439142-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439142-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439142-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439142-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439142-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439142-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439143-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439143-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439143-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439143-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439143-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439143-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439144-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439144-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439144-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439144-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439144-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439144-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439145-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439145-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439145-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439145-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439145-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439145-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439146-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439146-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439146-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439146-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439146-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439146-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439150-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439150-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439150-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439150-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439150-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439150-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439151-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439151-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439151-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439151-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439151-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439151-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439159-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439159-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439159-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439159-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439159-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439159-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439162-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439162-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439162-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439162-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439162-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439162-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439163-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439163-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439163-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439163-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439163-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439163-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439166-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439166-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439166-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439166-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439166-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439166-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439172-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439172-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439172-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439172-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439172-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439172-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439174-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439174-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439174-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439174-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439174-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439174-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439178-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439178-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439178-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439178-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439178-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439178-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439211-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439211-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439211-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439211-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439211-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439211-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Phoronida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1789'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439217-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439217-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439217-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439217-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439217-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439217-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438484-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438484-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438484-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438484-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438484-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438484-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438484-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438484-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438485-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438485-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438485-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438485-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438485-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438485-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438486-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438486-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438486-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438486-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438486-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438486-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438486-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438486-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438488-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438488-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438488-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438488-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438488-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438488-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438489-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438489-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438489-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438489-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438489-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438489-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438489-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438489-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438490-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438490-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438490-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438490-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438490-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438490-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438490-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438490-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438491-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438491-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438491-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438491-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438491-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438491-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438491-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438491-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438492-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438492-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438492-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438492-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438492-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438492-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438492-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438492-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438493-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438493-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438493-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438493-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438493-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438493-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438495-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438495-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438495-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438495-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438495-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438495-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438496-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438496-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438496-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438496-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438496-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438496-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438496-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438496-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438497-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438497-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438497-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438497-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438497-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438497-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438497-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438497-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438498-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438498-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438498-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438498-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438498-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438498-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438499-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438499-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438499-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438499-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438499-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438499-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438500-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438500-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438500-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438500-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438500-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438500-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438501-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438501-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438501-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438501-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438501-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438501-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438502-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438502-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438502-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438502-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438502-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438502-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438503-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438503-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438503-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438503-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438503-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438503-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438503-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438503-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438504-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438504-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438504-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438504-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438504-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438504-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438504-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438504-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438505-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438505-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438505-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438505-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438505-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438505-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438505-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438505-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438506-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438506-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438506-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438506-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438506-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438506-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438506-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438506-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438507-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438507-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438507-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438507-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438507-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438507-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438508-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438508-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438508-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438508-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438508-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438508-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438508-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438508-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438509-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438509-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438509-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438509-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438509-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438509-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438509-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438509-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438510-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438510-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438510-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438510-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438510-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438510-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438511-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438511-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438511-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438511-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438511-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438511-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438511-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438511-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438512-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438512-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438512-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438512-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438512-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438512-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438512-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438512-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438513-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438513-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438513-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438513-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438513-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438513-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438513-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438513-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438514-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438514-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438514-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438514-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438514-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438514-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438514-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438514-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438515-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438515-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438515-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438515-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438515-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438515-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438515-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438515-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438516-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438516-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438516-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438516-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438516-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438516-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438516-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438516-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438517-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438517-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438517-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438517-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438517-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438517-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438517-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438517-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438518-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438518-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438518-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438518-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438518-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438518-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438518-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438518-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438519-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438519-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438519-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438519-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438519-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438519-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438519-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438519-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438520-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438520-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438520-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438520-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438520-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438520-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438520-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438520-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438521-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438521-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438521-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438521-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438521-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438521-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438521-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438521-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438522-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438522-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438522-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438522-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438522-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438522-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438523-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438523-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438523-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438523-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438523-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438523-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438537-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438537-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438537-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438537-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438537-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438537-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438538-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438538-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438538-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438538-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438538-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438538-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438546-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438546-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438546-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438546-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438546-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438546-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438547-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438547-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438547-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438547-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438547-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438547-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438547-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438549-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438549-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438549-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438549-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438549-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438549-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438549-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438560-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438560-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438560-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438560-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438560-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438560-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438560-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Goniopsyllus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '346510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438560-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '346510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438566-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438566-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438566-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438566-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438566-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438566-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438566-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Goniopsyllus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '346510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438566-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '346510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438600-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438600-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438600-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438600-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438600-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438600-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clytemnestra scutellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115805'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '115805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438614-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438614-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438614-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438614-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438614-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438614-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438614-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438614-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438620-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438620-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438620-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438620-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438620-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438620-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438620-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438620-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438621-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438621-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438621-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438621-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438621-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438621-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438621-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438621-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438622-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438622-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438622-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438622-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438622-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438622-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438626-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438626-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438626-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438626-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438626-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438626-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438626-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438626-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438627-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438627-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438627-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438627-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438627-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438627-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438627-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438628-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438628-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438628-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438628-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438628-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438628-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438628-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438628-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438629-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438629-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438629-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438629-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438629-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438629-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438629-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438629-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438630-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438630-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438630-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438630-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438630-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438630-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438630-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438630-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438633-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438633-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438633-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438633-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438633-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438633-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438633-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438633-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438635-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438635-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438635-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438635-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438635-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438635-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438635-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438635-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438636-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438636-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438636-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438636-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438636-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438636-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438636-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438636-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438637-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438637-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438637-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438637-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438637-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438637-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438637-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438637-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438638-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438638-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438638-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438638-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438638-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438638-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438638-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438638-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438639-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438639-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438639-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438639-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438639-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438639-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438639-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438640-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438640-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438640-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438640-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438640-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438640-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438640-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438640-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438641-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438641-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438641-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438641-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438641-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438641-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438641-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438641-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438642-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438642-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438642-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438642-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438642-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438642-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438642-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438642-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438643-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438643-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438643-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438643-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438643-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438643-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438643-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438643-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438660-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438660-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438660-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438660-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438660-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438660-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438661-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438661-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438661-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438661-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438661-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438661-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438661-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438663-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438663-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438663-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438663-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438663-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438663-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438664-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438664-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438664-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438664-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438664-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438664-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438665-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438665-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438665-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438665-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438665-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438665-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438665-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438666-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438666-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438666-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438666-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438666-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438666-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438667-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438667-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438667-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438667-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438667-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438667-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438671-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438671-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438671-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438671-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438671-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438671-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438674-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438674-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438674-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438674-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438674-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438674-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438674-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438675-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438675-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438675-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438675-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438675-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438675-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438675-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438677-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438677-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438677-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438677-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438677-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438677-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438677-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438677-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438678-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438678-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438678-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438678-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438678-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438678-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438679-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438679-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438679-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438679-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438679-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438679-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438679-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438680-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438680-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438680-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438680-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438680-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438680-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438680-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438681-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438681-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438681-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438681-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438681-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438681-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438681-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438682-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438682-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438682-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438682-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438682-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438682-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438682-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438682-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438683-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438683-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438683-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438683-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438683-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438683-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438683-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438683-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438684-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438684-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438684-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438684-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438684-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438684-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438684-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438684-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438685-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438685-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438685-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438685-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438685-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438685-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438685-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438685-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438686-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438686-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438686-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438686-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438686-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438686-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438686-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438686-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438687-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438687-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438687-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438687-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438687-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438687-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438687-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438687-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438688-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438688-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438688-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438688-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438688-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438688-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438688-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438688-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438689-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438689-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438689-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438689-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438689-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438689-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438689-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438689-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438690-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438690-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438690-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438690-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438690-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438690-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438690-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438690-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438691-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438691-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438691-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438691-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438691-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438691-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438691-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438691-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438692-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438692-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438692-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438692-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438692-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438692-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438692-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438692-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438693-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438693-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438693-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438693-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438693-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438693-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438693-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438693-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438694-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438694-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438694-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438694-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438694-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438694-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438694-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438694-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438695-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438695-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438695-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438695-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438695-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438695-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438695-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438695-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438696-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438696-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438696-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438696-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438696-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438696-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438696-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438696-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438697-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438697-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438697-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438697-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438697-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438697-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438697-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438697-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438698-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438698-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438698-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438698-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438698-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438698-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438698-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438698-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438699-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438699-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438699-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438699-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438699-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438699-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438699-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438699-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438700-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438700-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438700-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438700-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438700-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438700-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438700-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438700-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438701-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438701-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438701-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438701-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438701-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438701-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438701-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438701-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438702-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438702-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438702-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438702-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438702-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438702-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438702-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438702-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438703-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438703-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438703-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438703-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438703-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438703-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438703-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oncaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438703-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438710-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438710-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438710-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438710-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438710-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438710-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438710-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438718-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438718-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438718-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438718-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438718-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438718-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438718-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438719-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438719-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438719-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438719-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438719-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438719-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438719-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438719-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438720-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438720-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438720-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438720-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438720-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438720-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438720-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438720-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438725-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438725-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438725-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438725-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438725-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438725-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438725-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438725-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438726-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438726-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438726-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438726-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438726-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438726-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438726-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438726-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438767-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438767-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438767-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438767-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438767-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438767-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438772-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438772-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438772-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438772-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438772-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438772-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438773-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438773-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438773-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438773-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438773-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438773-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438776-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438776-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438776-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438776-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438776-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438776-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438777-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438777-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438777-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438777-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438777-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438777-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438777-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438779-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438779-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438779-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438779-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438779-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438779-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438780-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438780-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438780-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438780-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438780-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438780-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438781-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438781-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438781-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438781-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438781-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438781-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438782-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438782-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438782-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438782-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438782-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438782-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438783-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438783-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438783-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438783-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438783-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438783-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438788-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438788-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438788-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438788-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438788-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438788-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438788-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438788-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438790-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438790-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438790-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438790-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438790-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438790-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438790-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438793-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438793-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438793-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438793-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438793-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438793-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438793-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438793-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438800-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438800-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438800-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438800-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438800-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438800-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438800-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438800-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438801-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438801-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438801-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438801-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438801-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438801-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438801-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438802-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438802-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438802-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438802-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438802-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438802-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438802-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438802-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438808-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438808-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438808-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438808-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438808-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438808-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438808-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438808-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438809-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438809-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438809-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438809-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438809-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438809-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438809-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438811-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438811-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438811-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438811-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438811-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438811-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438811-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438811-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438815-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438815-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438815-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438815-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438815-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438815-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438815-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438815-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438817-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438817-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438817-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438817-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438817-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438817-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438817-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438817-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438819-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438819-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438819-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438819-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438819-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438819-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438820-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438820-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438820-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438820-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438820-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438820-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438821-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438821-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438821-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438821-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438821-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438821-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438821-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438821-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438822-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438822-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438822-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438822-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438822-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438822-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438823-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438823-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438823-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438823-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438823-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438823-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438823-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438823-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438841-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438841-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438841-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438841-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438841-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438841-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438842-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438842-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438842-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438842-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438842-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438842-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438843-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438843-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438843-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438843-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438843-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438843-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438847-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438847-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438847-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438847-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438847-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438847-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438847-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438847-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438855-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438855-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438855-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438855-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438855-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438855-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438855-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438855-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438856-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438856-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438856-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438856-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438856-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438856-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438856-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438856-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438857-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438857-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438857-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438857-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438857-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438857-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438857-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438858-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438858-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438858-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438858-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438858-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438858-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438858-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438858-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438859-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438859-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438859-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438859-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438859-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438859-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438860-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438860-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438860-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438860-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438860-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438860-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438860-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438860-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438863-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438863-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438863-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438863-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438863-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438863-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438865-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438865-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438865-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438865-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438865-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438865-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438866-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438866-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438866-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438866-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438866-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438866-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438866-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438868-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438868-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438868-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438868-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438868-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438868-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438869-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438869-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438869-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438869-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438869-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438869-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438869-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438870-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438870-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438870-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438870-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438870-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438870-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438871-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438871-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438871-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438871-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438871-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438871-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438872-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438872-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438872-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438872-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438872-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438872-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438873-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438873-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438873-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438873-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438873-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438873-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438874-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438874-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438874-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438874-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438874-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438874-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438875-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438875-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438875-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438875-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438875-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438875-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438875-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438876-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438876-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438876-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438876-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438876-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438876-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438877-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438877-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438877-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438877-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438877-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438877-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438877-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438877-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438878-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438878-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438878-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438878-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438878-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438878-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438878-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438879-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438879-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438879-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438879-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438879-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438879-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438879-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438880-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438880-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438880-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438880-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438880-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438880-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438880-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438880-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438882-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438882-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438882-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438882-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438882-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438882-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438882-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438882-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438883-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438883-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438883-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438883-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438883-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438883-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438883-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106651'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438883-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106651'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438884-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438884-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438884-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438884-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438884-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438884-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438884-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438884-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438885-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438885-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438885-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438885-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438885-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438885-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438885-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438885-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438886-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438886-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438886-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438886-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438886-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438886-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438886-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438886-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438887-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438887-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438887-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438887-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438887-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438887-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438887-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438888-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438888-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438888-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438888-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438888-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438888-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438888-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438889-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438889-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438889-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438889-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438889-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438889-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438889-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438889-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438891-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438891-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438891-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438891-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438891-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438891-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438891-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438891-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438892-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438892-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438892-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438892-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438892-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438892-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438892-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438892-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438893-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438893-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438893-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438893-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438893-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438893-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438894-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438894-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438894-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438894-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438894-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438894-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438894-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438894-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438895-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438895-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438895-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438895-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438895-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438895-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438895-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438895-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438896-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438896-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438896-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438896-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438896-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438896-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438896-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438896-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438897-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438897-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438897-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438897-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438897-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438897-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438897-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438897-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438898-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438898-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438898-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438898-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438898-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438898-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438898-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438899-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438899-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438899-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438899-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438899-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438899-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438899-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438899-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438900-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438900-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438900-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438900-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438900-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438900-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438900-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438900-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438901-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438901-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438901-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438901-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438901-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438901-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438902-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438902-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438902-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438902-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438902-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438902-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438902-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438902-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438903-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438903-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438903-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438903-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438903-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438903-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438903-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438903-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438906-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438906-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438906-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438906-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438906-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438906-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438906-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438906-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438907-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438907-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438907-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438907-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438907-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438907-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438907-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438907-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438908-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438908-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438908-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438908-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438908-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438908-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438913-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438913-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438913-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438913-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438913-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438913-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438913-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438913-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438939-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438939-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438939-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438939-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438939-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438939-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oithona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438939-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438945-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438945-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438945-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438945-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438945-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438945-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438946-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438946-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438946-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438946-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438946-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438946-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438947-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438947-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438947-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438947-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438947-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438947-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438948-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438948-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438948-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438948-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438948-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438948-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438948-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438948-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438949-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438949-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438949-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438949-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438949-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438949-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438949-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438949-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438950-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438950-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438950-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438950-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438950-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438950-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438950-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438950-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438953-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438953-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438953-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438953-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438953-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438953-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438954-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438954-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438954-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438954-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438954-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438954-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438954-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438954-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438955-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438955-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438955-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438955-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438955-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438955-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438956-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438956-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438956-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438956-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438956-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438956-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438957-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438957-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438957-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438957-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438957-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438957-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438958-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438958-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438958-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438958-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438958-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438958-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438959-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438959-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438959-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438959-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438959-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438959-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438960-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438960-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438960-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438960-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438960-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438960-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438961-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438961-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438961-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438961-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438961-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438961-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438962-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438962-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438962-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438962-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438962-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438962-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438963-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438963-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438963-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438963-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438963-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438963-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438964-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438964-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438964-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438964-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438964-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438964-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438964-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438964-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438965-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438965-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438965-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438965-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438965-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438965-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438966-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438966-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438966-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438966-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438966-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438966-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438967-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438967-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438967-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438967-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438967-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438967-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438970-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438971-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438971-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438971-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438971-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438971-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438971-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438972-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438972-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438972-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438972-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438972-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438972-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438973-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438973-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438973-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438973-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438973-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438973-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000438980-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000438980-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000438980-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000438980-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000438980-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000438980-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000438980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Monstrilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '119780'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000438980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '119780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439006-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439006-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439006-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439006-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439006-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439006-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439007-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439007-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439007-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439007-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439007-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439007-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439008-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439008-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439008-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439008-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439008-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439008-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439009-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439009-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439009-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439009-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439009-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439009-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439010-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439010-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439010-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439010-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439010-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439010-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439010-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439010-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439013-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439013-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439013-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439013-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439013-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439013-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439014-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439014-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439014-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439014-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439014-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439014-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439015-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439015-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439015-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439015-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439015-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439015-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439017-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439017-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439017-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439017-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439017-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439017-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439018-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439018-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439018-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439018-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439018-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439018-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439020-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439020-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439020-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439020-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439020-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439020-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439021-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439021-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439021-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439021-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439021-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439021-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439022-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439022-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439022-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439022-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439022-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439022-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439023-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439023-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439023-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439023-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439023-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439023-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439024-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439024-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439024-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439024-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439024-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439024-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439025-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439025-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439025-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439025-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439025-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439025-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439026-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439026-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439026-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439026-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439026-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439026-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439031-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439031-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439031-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439031-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439031-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439031-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439058-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439058-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439058-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439058-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439058-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439058-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439059-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439059-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439059-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439059-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439059-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439059-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439060-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439060-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439060-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439060-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439060-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439060-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439062-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439062-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439062-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439062-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439062-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439062-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439088-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439088-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439088-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439088-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439088-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439088-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Mysida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149668'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439089-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439089-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439089-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439089-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439089-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439089-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Mysida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149668'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439096-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439096-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439096-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439096-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439096-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439096-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439096-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439096-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439098-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439098-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439098-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439098-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439098-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439098-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439098-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439098-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439099-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439099-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439099-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439099-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439099-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439099-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439100-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439100-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439100-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439100-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439100-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439100-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439101-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439101-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439101-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439101-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439101-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439101-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439102-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439102-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439102-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439102-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439102-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439102-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439103-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439103-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439103-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439103-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439103-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439103-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439103-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439103-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439104-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439104-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439104-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439104-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439104-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439104-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439104-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439104-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439105-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439105-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439105-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439105-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439105-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439105-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439105-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439105-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439108-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439108-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439108-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439108-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439108-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439108-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439532-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439532-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439532-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439532-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439532-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439532-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439532-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439532-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439533-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439533-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439533-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439533-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439533-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439533-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439533-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439533-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439534-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439534-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439534-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439534-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439534-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439534-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439534-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439534-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439535-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439535-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439535-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439535-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439535-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439535-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439535-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439535-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439536-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439536-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439536-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439536-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439536-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439536-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439537-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439537-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439537-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439537-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439537-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439537-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439538-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439538-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439538-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439538-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439538-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439538-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439540-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439540-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439540-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439540-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439540-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439540-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439541-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439541-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439541-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439541-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439541-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439541-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439542-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439542-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439542-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439542-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439542-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439542-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439542-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439542-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439543-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439543-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439543-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439543-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439543-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439543-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439563-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439563-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439563-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439563-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439563-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439563-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439563-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439564-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439564-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439564-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439564-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439564-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439564-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439564-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439578-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439578-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439578-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439578-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439578-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439578-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439579-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439579-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439579-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439579-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439579-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439579-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439579-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439582-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439582-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439582-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439582-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439582-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439582-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439582-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439582-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439584-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439584-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439584-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439584-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439584-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439584-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439584-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439584-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439585-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439585-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439585-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439585-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439585-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439585-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439586-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439586-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439586-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439586-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439586-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439586-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439586-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439586-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439588-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439588-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439588-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439588-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439588-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439588-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439590-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439590-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439590-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439590-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439590-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439590-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439590-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439590-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439592-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439592-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439592-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439592-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439592-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439592-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439592-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439594-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439594-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439594-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439594-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439594-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439594-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439594-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439595-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439595-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439595-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439595-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439595-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439595-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439608-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439608-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439608-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439608-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439608-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439608-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439609-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439609-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439609-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439609-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439609-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439609-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439613-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439613-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439613-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439613-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439613-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439613-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439613-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439615-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439615-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439615-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439615-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439615-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439615-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439615-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439615-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439618-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439618-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439618-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439618-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439618-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439618-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439618-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439618-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439622-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439622-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439622-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439622-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439622-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439622-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439622-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439623-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439623-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439623-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439623-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439623-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439623-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439623-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439625-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439625-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439625-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439625-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439625-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439625-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439625-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439625-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439659-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439659-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439659-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439659-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439659-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439659-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439660-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439660-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439660-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439660-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439660-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439660-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439660-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439663-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439663-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439663-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439663-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439663-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439663-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439663-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439664-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439664-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439664-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439664-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439664-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439664-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439664-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439666-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439666-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439666-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439666-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439666-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439666-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439666-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439667-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439667-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439667-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439667-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439667-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439667-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439667-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439668-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439668-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439668-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439668-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439668-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439668-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439668-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439668-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439669-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439669-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439669-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439669-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439669-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439669-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439669-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439669-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439670-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439670-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439670-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439670-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439670-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439670-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439670-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439671-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439671-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439671-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439671-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439671-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439671-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439671-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439673-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439673-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439673-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439673-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439673-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439673-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439673-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439678-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439678-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439678-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439678-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439678-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439678-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439678-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439684-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439684-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439684-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439684-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439684-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439684-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439684-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439684-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439685-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439685-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439685-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439685-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439685-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439685-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439685-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439685-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439686-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439686-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439686-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439686-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439686-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439686-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439686-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439686-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439689-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439689-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439689-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439689-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439689-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439689-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439689-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439689-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439690-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439690-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439690-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439690-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439690-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439690-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439690-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439690-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439691-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439691-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439691-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439691-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439691-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439691-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439691-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439691-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439692-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439692-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439692-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439692-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439692-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439692-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439692-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439692-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439693-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439693-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439693-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439693-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439693-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439693-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439693-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Noctiluca scintillans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '109921'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439693-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439721-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439721-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439721-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439721-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439721-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439721-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439721-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439722-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439722-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439722-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439722-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439722-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439722-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439722-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439722-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439741-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439741-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439741-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439741-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439741-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439741-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439741-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439741-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439742-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439742-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439742-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439742-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439742-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439742-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439742-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439742-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439744-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439744-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439744-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439744-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439744-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439744-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439744-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439744-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439753-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439753-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439753-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439753-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439753-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439753-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439753-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Globigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '112197'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439753-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '112197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441642-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441642-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441642-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441642-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441642-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441642-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441642-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Corycaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441642-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441013-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441013-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441013-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441013-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441013-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441013-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440069-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440069-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440069-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440069-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440069-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440069-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440069-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440069-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440070-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440070-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440070-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440070-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440070-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440070-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440071-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440071-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440071-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440071-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440071-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440071-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440071-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440071-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440072-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440072-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440072-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440072-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440072-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440072-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440073-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440073-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440073-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440073-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440073-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440073-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440074-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440074-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440074-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440074-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440074-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440074-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440075-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440075-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440075-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440075-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440075-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440075-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440076-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440076-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440076-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440076-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440076-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440076-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440077-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440077-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440077-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440077-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440077-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440077-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440078-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440078-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440078-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440078-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440078-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440078-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440079-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440079-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440079-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440079-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440079-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440079-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440080-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440080-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440080-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440080-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440080-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440080-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440082-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440082-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440082-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440082-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440082-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440082-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440083-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440083-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440083-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440083-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440083-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440083-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440083-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440083-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440109-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440109-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440109-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440109-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440109-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440109-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440109-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440109-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440114-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440114-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440114-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440114-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440114-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440114-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440116-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440116-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440116-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440116-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440116-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440116-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440116-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440116-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440117-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440117-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440117-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440117-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440117-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440117-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440117-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440117-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440119-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440119-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440119-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440119-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440119-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440119-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440120-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440120-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440120-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440120-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440120-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440120-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440121-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440121-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440121-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440121-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440121-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440121-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440122-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440122-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440122-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440122-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440122-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440122-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440393-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440397-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440397-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440397-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440397-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440397-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440397-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440454-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440454-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440454-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440454-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440454-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440454-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440454-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440454-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440457-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440457-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440457-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440457-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440457-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440457-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440457-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440457-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440463-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440463-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440463-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440463-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440463-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440463-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440463-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440463-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440465-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440465-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440465-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440465-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440465-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440465-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440474-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440474-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440474-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440474-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440474-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440474-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440474-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440474-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440480-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440480-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440480-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440480-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440480-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440480-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440481-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440481-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440481-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440481-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440481-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440481-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440483-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440483-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440483-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440483-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440483-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440483-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440484-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440484-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440484-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440484-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440484-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440484-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440484-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440484-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440485-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440485-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440485-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440485-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440485-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440485-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440485-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440487-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440487-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440487-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440487-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440487-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440487-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440487-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440487-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440488-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440488-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440488-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440488-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440488-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440488-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440489-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440489-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440489-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440489-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440489-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440489-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440489-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440489-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440490-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440490-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440490-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440490-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440490-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440490-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440490-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440490-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440491-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440491-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440491-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440491-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440491-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440491-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440491-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440491-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440494-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440494-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440494-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440494-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440494-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440494-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440494-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440494-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440495-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440495-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440495-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440495-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440495-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440495-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440496-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440496-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440496-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440496-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440496-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440496-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440496-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440496-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440497-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440497-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440497-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440497-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440497-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440497-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440497-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440497-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440498-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440498-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440498-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440498-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440498-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440498-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440407-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440407-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440407-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440407-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440407-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440407-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443982-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443982-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443982-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443982-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443982-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443982-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437408-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437408-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437408-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437408-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437408-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437408-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442000-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442000-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442000-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442000-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442000-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442000-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437428-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437428-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437428-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437428-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437428-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437428-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437428-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437428-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441874-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441874-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441874-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441874-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441874-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441874-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441874-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443927-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443927-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443927-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443927-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443927-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443927-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437394-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437394-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437394-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437394-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437394-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437394-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439219-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439219-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439219-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439219-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439219-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439219-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441037-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441037-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441037-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441037-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441037-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441037-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441042-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441042-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441042-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441042-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441042-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441042-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441050-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441050-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441050-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441050-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441050-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441050-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441058-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441058-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441058-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441058-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441058-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441058-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441073-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441073-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441073-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441073-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441073-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441073-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441074-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441074-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441074-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441074-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441074-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441074-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441075-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441075-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441075-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441075-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441075-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441075-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441076-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441076-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441076-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441076-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441076-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441076-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441077-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441077-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441077-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441077-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441077-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441077-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441079-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441079-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441079-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441079-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441079-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441079-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441089-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441089-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441089-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441089-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441089-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441089-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441090-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441090-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441090-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441090-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441090-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441090-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441090-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441090-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441091-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441091-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441091-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441091-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441091-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441091-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441092-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441092-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441092-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441092-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441092-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441092-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441092-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441092-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441093-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441093-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441093-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441093-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441093-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441093-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441098-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441098-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441098-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441098-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441098-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441098-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441098-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104515'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441098-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104515'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441118-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441118-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441118-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441118-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441118-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441118-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441126-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441126-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441126-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441126-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441126-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441126-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441127-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441127-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441127-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441127-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441127-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441127-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441127-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diaixis pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104522'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441127-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '355570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441135-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441135-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441135-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441135-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441135-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441135-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441136-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441136-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441136-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441136-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441136-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441136-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441137-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441137-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441137-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441137-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441137-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441137-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439516-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439516-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439516-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439516-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439516-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439516-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439516-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439516-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442066-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442066-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442066-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442066-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442066-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442066-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444261-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444261-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444261-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444261-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444261-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444261-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Goniopsyllus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '346510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '346510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437436-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437436-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437436-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437436-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437436-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437436-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440925-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440925-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440925-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440925-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440925-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440925-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440925-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus jobei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104504'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440925-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440955-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440955-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440955-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440955-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440955-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440955-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus paululus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104508'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440956-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440956-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440956-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440956-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440956-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440956-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus paululus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104508'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440984-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440984-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440984-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440984-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440984-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440984-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440985-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440985-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440985-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440985-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440985-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440985-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440986-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440986-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440986-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440986-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440986-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440986-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440986-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440986-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440987-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440987-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440987-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440987-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440987-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440987-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440987-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440987-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440988-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440988-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440988-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440988-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440988-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440988-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440989-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440989-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440989-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440989-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440989-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440989-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440990-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440990-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440990-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440990-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440990-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440990-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440991-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440991-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440991-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440991-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440991-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440991-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440992-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440992-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440992-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440992-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440992-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440992-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440992-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440992-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440993-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440993-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440993-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440993-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440993-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440993-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440994-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440994-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440994-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440994-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440994-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440994-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440995-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440995-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440995-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440995-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440995-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440995-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440996-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440996-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440996-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440996-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440996-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440996-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440996-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440996-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440997-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440997-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440997-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440997-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440997-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440997-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441958-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441958-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441958-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441958-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441958-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441958-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441959-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441959-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441959-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441959-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441959-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441959-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441961-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441961-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441961-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441961-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441961-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441961-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441962-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441962-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441962-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441962-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441962-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441962-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441963-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441963-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441963-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441963-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441963-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441963-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441964-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441964-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441964-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441964-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441964-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441964-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441964-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441964-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441965-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441965-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441965-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441965-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441965-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441965-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441966-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441966-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441966-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441966-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441966-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441966-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441967-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441967-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441967-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441967-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441967-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441967-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441970-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441978-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441978-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441978-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441978-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441978-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441978-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443985-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443985-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443985-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443985-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443985-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443985-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443993-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443993-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443993-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443993-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443993-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443993-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443999-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443999-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443999-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443999-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443999-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443999-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444000-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444000-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444000-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444000-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444000-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444000-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444001-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444001-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444001-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444001-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444001-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444001-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444002-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444002-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444002-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444002-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444002-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444002-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444004-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444004-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444004-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444004-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444004-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444004-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444005-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444005-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444005-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444005-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444005-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444005-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444014-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444014-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444014-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444014-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444014-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444014-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444260-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444260-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444260-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444260-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444260-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444260-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Goniopsyllus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '346510'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '346510'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441945-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441945-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441945-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441945-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441945-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441945-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441945-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441946-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441946-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441946-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441946-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441946-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441946-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441946-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441947-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441947-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441947-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441947-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441947-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441947-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441949-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441949-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441949-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441949-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441949-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441949-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441949-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441949-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441950-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441950-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441950-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441950-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441950-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441950-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441950-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441950-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441951-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441951-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441951-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441951-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441951-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441951-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441951-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441951-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441953-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441953-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441953-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441953-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441953-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441953-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441953-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441954-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441954-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441954-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441954-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441954-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441954-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441954-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441954-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441955-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441955-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441955-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441955-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441955-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441955-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441955-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441956-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441956-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441956-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441956-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441956-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441956-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441956-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441957-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441957-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441957-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441957-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441957-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441957-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440123-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440123-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440123-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440123-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440123-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440123-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440207-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440207-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440207-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440207-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440207-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440207-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440208-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440208-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440208-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440208-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440208-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440208-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440209-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440209-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440209-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440209-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440209-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440209-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440210-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440210-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440210-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440210-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440210-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440210-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440211-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440211-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440211-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440211-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440211-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440211-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440401-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440401-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440401-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440401-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440401-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440401-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440403-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440403-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440403-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440403-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440403-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440403-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440438-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440438-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440438-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440438-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440438-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440438-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440451-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440451-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440451-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440451-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440451-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440451-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440451-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440451-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441863-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441863-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441863-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441863-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441863-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441863-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441863-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441864-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441864-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441864-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441864-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441864-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441864-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441864-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441865-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441865-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441865-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441865-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441865-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441865-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441865-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441867-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441867-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441867-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441867-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441867-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441867-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441867-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441868-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441868-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441868-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441868-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441868-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441868-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441870-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441870-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441870-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441870-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441870-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441870-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441870-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441871-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441871-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441871-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441871-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441871-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441871-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441871-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441872-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441872-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441872-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441872-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441872-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441872-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441872-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441873-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441873-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441873-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441873-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441873-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441873-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441876-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441876-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441876-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441876-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441876-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441876-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441876-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443890-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443890-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443890-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443890-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443890-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443890-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443890-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443890-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443891-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443891-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443891-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443891-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443891-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443891-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443891-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443891-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443892-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443892-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443892-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443892-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443892-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443892-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443892-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443892-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443893-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443893-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443893-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443893-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443893-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443893-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104499'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443893-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443901-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443901-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443901-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443901-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443901-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443901-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages kroyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104497'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443901-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443924-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443924-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443924-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443924-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443924-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443924-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443924-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443924-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443925-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443925-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443925-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443925-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443925-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443925-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443925-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443925-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443926-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443926-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443926-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443926-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443926-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443926-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443926-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443926-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443928-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443928-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443928-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443928-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443928-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443928-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443928-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443928-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443929-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443929-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443929-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443929-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443929-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443929-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443929-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443929-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437383-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437383-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437383-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437383-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437383-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437383-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437386-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437386-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437386-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437386-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437386-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437386-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437387-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437387-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437387-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437387-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437387-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437387-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437388-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437388-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437388-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437388-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437388-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437388-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437389-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437389-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437389-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437389-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437389-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437389-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437390-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437391-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437393-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437395-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437395-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437395-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437395-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437395-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437395-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437396-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437396-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437396-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437396-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437396-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437396-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439110-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439110-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439110-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439110-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439110-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439110-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439110-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439110-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439111-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439111-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439111-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439111-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439111-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439111-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439111-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439111-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439112-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439112-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439112-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439112-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439112-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439112-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439113-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439113-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439113-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439113-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439113-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439113-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439113-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439113-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439114-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439114-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439114-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439114-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439114-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439114-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439116-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439116-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439116-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439116-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439116-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439116-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439116-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439116-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439117-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439117-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439117-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439117-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439117-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439117-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439117-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439117-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439218-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439218-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439218-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439218-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439218-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439218-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439228-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439228-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439228-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439228-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439228-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439228-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439231-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439231-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439231-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439231-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439231-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439231-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437397-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437397-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437397-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437397-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437397-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437397-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437398-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437398-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437398-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437398-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437398-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437398-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437401-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437401-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437401-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437401-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437401-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437401-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437402-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437402-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437402-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437402-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437402-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437402-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437403-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437403-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437403-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437403-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437403-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437403-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437404-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437404-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437404-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437404-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437404-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437404-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437405-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437405-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437405-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437405-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437405-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437405-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437406-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437406-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437406-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437406-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437406-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437406-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437409-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437409-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437409-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437409-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437409-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437409-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437410-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437410-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437410-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437410-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437410-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437410-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441980-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441980-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441980-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441980-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441980-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441980-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441981-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441981-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441981-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441981-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441981-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441981-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441982-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441982-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441982-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441982-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441982-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441982-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441987-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441987-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441987-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441987-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441987-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441987-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441987-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441987-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441990-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441990-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441990-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441990-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441990-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441990-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441993-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441993-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441993-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441993-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441993-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441993-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441994-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441994-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441994-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441994-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441994-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441994-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441995-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441995-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441995-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441995-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441995-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441995-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441996-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441996-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441996-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441996-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441996-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441996-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441996-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441996-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000441999-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000441999-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000441999-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000441999-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000441999-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000441999-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000441999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000441999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437411-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437411-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437411-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437411-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437411-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437411-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437412-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437412-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437412-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437412-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437412-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437412-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437419-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437419-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437419-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437419-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437419-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437419-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437420-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437420-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437420-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437420-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437420-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437420-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437421-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437421-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437421-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437421-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437421-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437421-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437426-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437426-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437426-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437426-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437426-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437426-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437427-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437427-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437427-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437427-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437427-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437427-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437434-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437434-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437434-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437434-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437434-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437434-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437434-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437434-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437435-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437435-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437435-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437435-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437435-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437435-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440998-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440998-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440998-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440998-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440998-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440998-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440998-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440998-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440999-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440999-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440999-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440999-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440999-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440999-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440212-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440212-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440212-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440212-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440212-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440212-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440213-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440213-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440213-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440213-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440213-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440213-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440214-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440214-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440214-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440214-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440214-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440214-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440215-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440215-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440215-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440215-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440215-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440215-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440215-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440215-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440216-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440216-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440216-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440216-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440216-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440216-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440217-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440217-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440217-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440217-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440217-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440217-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440218-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440218-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440218-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440218-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440218-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440218-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440223-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440223-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440223-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440223-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440223-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440223-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440224-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440224-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440224-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440224-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440224-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440224-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443930-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443930-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443930-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443930-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443930-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443930-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443930-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443931-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443931-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443931-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443931-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443931-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443931-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443931-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443931-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443932-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443932-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443932-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443932-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443932-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443932-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443932-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443932-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443933-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443933-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443933-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443933-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443933-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443933-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443933-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443933-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443934-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443934-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443934-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443934-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443934-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443934-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443934-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Centropages'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104159'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443934-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104159'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443968-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443968-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443968-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443968-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443968-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443968-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443976-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443976-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443976-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443976-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443976-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443976-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443981-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443981-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443981-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443981-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443981-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443981-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443983-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443983-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443983-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443983-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443983-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443983-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora stylifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104879'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000443984-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000443984-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000443984-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000443984-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000443984-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000443984-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000443984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104878'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000443984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439238-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439238-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439238-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439238-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439238-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439238-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439239-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439240-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439240-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439240-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439240-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439240-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439240-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439269-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439269-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439269-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439269-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439269-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439269-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439271-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439271-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439271-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439271-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439271-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439271-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439597-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439597-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439597-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439597-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439597-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439597-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439598-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439598-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439598-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439598-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439598-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439598-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439598-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439598-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439599-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439599-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439599-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439599-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439599-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439599-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439599-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439602-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439602-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439602-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439602-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439602-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439602-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439603-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439603-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439603-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439603-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439603-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439603-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Actinopterygii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '10194'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '10194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440125-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440125-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440125-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440125-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440125-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440125-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444291-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444291-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444291-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444291-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444291-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444291-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clytemnestra scutellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115805'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '115805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444293-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444293-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444293-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444293-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444293-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444293-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clytemnestra scutellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115805'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '115805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444314-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444314-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444314-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444314-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444314-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444314-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444315-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444315-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444315-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444315-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444315-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444315-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444318-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444318-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444318-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444318-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444318-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444318-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444320-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444320-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444320-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444320-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444320-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444320-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444321-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444321-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444321-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444321-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444321-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444321-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444322-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444322-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444322-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444322-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444322-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444322-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Euterpina acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116162'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444645-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444645-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444645-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444645-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444645-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444645-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444645-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444645-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444646-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444646-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444646-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444646-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444646-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444646-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444646-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444646-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444647-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444647-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444647-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444647-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444647-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444647-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444647-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444647-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440126-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440126-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440126-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440126-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440126-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440126-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440127-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440127-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440127-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440127-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440127-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440127-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440127-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440127-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440128-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440128-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440128-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440128-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440128-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440128-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440129-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440129-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440129-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440129-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440129-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440129-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440130-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440130-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440130-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440130-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440130-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440130-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440130-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440130-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440131-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440131-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440131-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440131-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440131-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440131-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440132-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440132-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440132-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440132-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440132-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440132-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440133-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440133-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440133-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440133-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440133-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440133-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440134-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440134-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440134-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440134-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440134-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440134-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440134-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440134-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440135-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440135-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440135-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440135-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440135-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440135-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440136-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440136-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440136-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440136-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440136-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440136-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440908-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440908-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440908-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440908-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440908-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440908-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440908-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440909-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440909-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440909-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440909-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440909-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440909-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440909-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440910-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440910-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440910-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440910-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440910-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440910-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440910-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440910-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440911-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440911-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440911-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440911-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440911-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440911-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440911-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440911-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440912-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440912-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440912-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440912-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440912-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440912-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440912-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440912-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440915-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440915-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440915-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440915-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440915-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440915-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440915-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440915-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440916-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440916-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440916-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440916-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440916-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440916-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440916-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440916-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440917-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440917-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440917-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440917-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440917-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440917-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440917-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440917-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440921-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440921-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440921-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440921-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440921-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440921-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440921-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440921-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440922-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440922-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440922-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440922-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440922-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440922-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440922-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440922-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440923-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440923-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440923-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440923-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440923-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440923-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440923-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Clausocalanus pergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104509'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440923-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '104509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440225-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440225-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440225-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440225-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440225-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440225-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440226-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440226-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440226-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440226-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440226-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440226-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440227-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440227-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440227-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440227-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440227-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440227-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440229-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440229-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440229-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440229-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440229-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440229-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440230-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440230-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440230-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440230-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440230-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440230-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440231-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440231-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440231-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440231-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440231-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440231-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440232-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440232-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440232-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440232-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440232-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440232-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440233-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440233-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440233-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440233-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440233-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440233-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440236-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440236-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440236-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440236-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440236-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440236-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440237-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440237-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440237-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440237-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440237-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440237-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440238-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440238-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440238-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440238-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440238-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440238-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442001-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442001-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442001-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442001-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442001-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442001-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442006-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442006-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442006-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442006-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442006-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442006-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442009-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442009-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442009-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442009-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442009-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442009-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442012-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442012-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442012-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442012-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442012-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442012-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442012-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442012-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442013-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442013-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442013-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442013-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442013-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442013-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442048-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442048-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442048-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442048-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442048-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442048-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Phoronida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1789'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442055-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442055-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442055-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442055-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442055-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442055-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Phoronida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1789'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442068-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442068-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442068-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442068-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442068-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442068-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442070-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442070-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442070-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442070-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442070-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442070-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442073-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442073-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442073-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442073-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442073-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442073-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444648-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444648-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444648-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444648-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444648-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444648-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444648-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444648-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444649-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444649-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444649-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444649-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444649-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444649-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444649-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444649-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444650-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444650-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444650-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444650-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444650-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444650-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444650-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444650-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444651-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444651-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444651-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444651-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444651-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444651-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444651-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444651-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444652-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444652-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444652-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444652-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444652-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444652-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444652-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444652-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444653-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444653-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444653-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444653-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444653-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444653-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444653-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444653-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444654-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444654-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444654-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444654-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444654-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444654-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444654-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444654-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444655-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444655-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444655-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444655-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444655-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444655-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444655-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444655-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444656-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444656-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444656-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444656-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444656-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444656-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444656-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444656-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444657-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444657-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444657-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444657-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444657-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444657-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444657-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444657-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444658-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444658-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444658-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444658-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444658-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444658-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444658-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444658-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437438-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437438-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437438-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437438-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437438-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437438-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437439-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437439-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437439-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437439-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437439-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437439-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437439-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437439-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437440-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437440-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437440-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437440-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437440-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437440-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437441-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437441-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437441-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437441-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437441-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437441-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437441-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437441-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437447-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437447-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437447-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437447-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437447-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437447-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437447-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437447-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437448-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437448-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437448-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437448-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437448-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437448-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437448-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437448-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437449-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437449-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437449-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437449-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437449-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437449-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437449-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437449-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437450-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437450-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437450-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437450-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437450-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437450-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437450-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437450-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437451-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437451-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437451-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437451-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437451-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437451-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437451-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437451-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437453-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437453-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437453-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437453-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437453-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437453-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437453-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437453-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437454-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437454-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437454-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437454-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437454-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437454-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437454-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437454-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440137-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440137-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440137-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440137-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440137-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440137-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440138-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440138-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440138-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440138-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440138-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440138-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440140-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440140-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440140-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440140-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440140-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440140-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440141-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440141-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440141-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440141-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440141-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440141-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440141-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440141-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440142-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440142-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440142-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440142-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440142-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440142-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440143-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440143-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440143-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440143-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440143-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440143-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440168-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440168-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440168-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440168-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440168-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440168-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440198-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440198-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440198-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440198-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440198-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440198-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440199-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440199-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440199-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440199-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440199-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440199-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440201-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440201-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440201-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440201-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440201-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440201-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440202-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440202-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440202-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440202-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440202-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440202-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439990-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439990-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439990-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439990-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439990-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439990-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439991-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439991-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439991-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439991-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439991-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439991-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439993-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439993-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439993-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439993-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439993-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439993-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439994-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439994-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439994-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439994-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439994-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439994-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439999-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439999-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439999-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439999-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439999-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439999-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440000-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440000-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440000-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440000-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440000-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440000-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440001-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440001-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440001-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440001-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440001-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440001-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '605988'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '139034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440029-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440029-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440029-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440029-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440029-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440029-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440030-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440030-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440030-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440030-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440030-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440030-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440031-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440031-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440031-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440031-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440031-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440031-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440054-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440054-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440054-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440054-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440054-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440054-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439754-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439754-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439754-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439754-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439754-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439754-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439754-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439754-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439758-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439758-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439758-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439758-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439758-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439758-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439758-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439759-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439759-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439759-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439759-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439759-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439759-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439759-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439760-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439760-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439760-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439760-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439760-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439760-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439760-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439761-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439761-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439761-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439761-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439761-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439761-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439761-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439761-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439763-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439763-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439763-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439763-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439763-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439763-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439763-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439763-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439766-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439766-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439766-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439766-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439766-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439766-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439766-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439767-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439767-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439767-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439767-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439767-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439767-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439767-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439768-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439768-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439768-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439768-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439768-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439768-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439768-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439768-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439770-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439770-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439770-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439770-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439770-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439770-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439770-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439771-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439771-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439771-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439771-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439771-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439771-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439771-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439771-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439798-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439798-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439798-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439798-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439798-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439798-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439798-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439810-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439810-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439810-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439810-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439810-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439810-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439810-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439810-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439813-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439813-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439813-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439813-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439813-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439813-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439813-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439813-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439817-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439817-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439817-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439817-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439817-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439817-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439817-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439817-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439818-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439818-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439818-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439818-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439818-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439818-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439818-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439818-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439819-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439819-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439819-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439819-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439819-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439819-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439819-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439820-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439820-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439820-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439820-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439820-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439820-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439820-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439821-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439821-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439821-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439821-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439821-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439821-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439821-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439821-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439822-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439822-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439822-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439822-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439822-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439822-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439822-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439823-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439823-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439823-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439823-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439823-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439823-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439823-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439823-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439824-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439824-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439824-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439824-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439824-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439824-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439824-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439824-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439859-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439859-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439859-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439859-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439859-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439859-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439859-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439861-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439861-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439861-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439861-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439861-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439861-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439861-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439861-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439868-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439868-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439868-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439868-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439868-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439868-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439868-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439873-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439873-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439873-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439873-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439873-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439873-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ceriantharia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1361'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439873-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439889-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439889-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439889-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439889-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439889-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439889-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439889-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1248'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439889-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439922-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439922-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439922-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439922-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439922-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439922-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439922-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439922-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439927-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439927-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439927-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439927-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439927-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439927-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439927-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439947-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439947-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439947-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439947-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439947-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439947-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439947-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439949-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439949-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439949-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439949-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439949-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439949-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439949-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439949-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439968-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439968-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439968-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439968-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439968-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439968-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439969-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439969-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439969-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439969-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439969-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439969-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439401-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439401-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439401-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439401-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439401-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439401-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439402-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439402-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439402-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439402-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439402-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439402-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439406-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439406-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439406-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439406-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439406-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439406-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439419-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439419-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439419-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439419-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439419-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439419-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439420-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439420-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439420-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439420-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439420-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439420-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439422-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439422-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439422-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439422-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439422-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439422-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439430-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439430-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439430-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439430-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439430-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439430-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439432-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439432-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439432-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439432-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439432-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439432-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439435-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439435-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439435-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439435-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439435-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439435-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439436-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439436-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439436-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439436-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439436-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439436-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439444-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439444-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439444-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439444-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439444-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439444-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439444-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439444-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439447-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439447-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439447-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439447-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439447-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439447-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439447-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439447-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439449-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439449-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439449-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439449-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439449-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439449-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439449-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439449-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439450-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439450-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439450-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439450-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439450-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439450-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439450-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439450-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439455-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439455-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439455-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439455-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439455-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439455-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439455-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura (Vexillaria) dioica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103407'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439455-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '103407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439460-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439460-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439460-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439460-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439460-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439460-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439460-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura (Vexillaria) dioica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103407'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439460-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439509-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439509-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439509-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439509-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439509-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439509-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439509-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439509-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439515-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439515-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439515-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439515-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439515-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439515-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439515-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439515-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439517-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439517-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439517-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439517-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439517-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439517-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439517-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439517-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439518-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439518-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439518-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439518-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439518-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439518-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439518-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439518-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439519-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439519-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439519-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439519-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439519-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439519-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439519-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439519-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439520-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439520-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439520-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439520-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439520-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439520-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439520-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439520-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439521-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439521-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439521-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439521-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439521-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439521-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439521-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439521-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439522-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439522-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439522-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439522-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439522-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439522-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439523-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439523-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439523-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439523-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439523-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439523-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439524-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439524-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439524-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439524-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439524-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439524-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439524-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439524-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439525-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439525-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439525-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439525-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439525-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439525-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439525-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439525-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439526-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439526-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439526-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439526-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439526-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439526-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439526-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439526-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439528-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439528-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439528-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439528-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439528-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439528-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439528-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439528-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439529-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439529-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439529-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439529-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439529-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439529-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439529-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439529-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439530-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439530-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439530-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439530-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439530-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439530-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439530-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439530-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439531-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439531-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439531-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439531-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439531-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439531-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439531-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.p.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439531-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439339-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439339-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439339-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439339-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439339-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439339-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439340-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439340-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439340-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439340-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439340-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439340-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439341-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439341-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439341-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439341-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439341-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439341-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439342-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439342-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439342-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439342-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439342-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439342-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439343-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439343-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439343-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439343-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439343-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439343-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439346-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439346-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439346-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439346-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439346-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439346-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439346-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439346-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439347-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439347-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439347-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439347-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439347-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439347-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439347-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439347-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439348-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439348-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439348-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439348-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439348-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439348-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439349-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439349-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439349-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439349-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439349-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439349-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439350-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439350-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439350-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439350-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439350-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439350-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439351-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439351-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439351-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439351-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439351-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439351-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439352-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439352-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439352-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439352-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439352-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439352-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439353-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439353-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439353-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439353-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439353-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439353-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439354-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439354-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439354-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439354-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439354-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439354-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439354-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439354-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439355-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439355-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439355-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439355-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439355-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439355-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439355-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439355-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439356-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439356-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439356-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439356-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439356-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439356-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439356-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439356-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439357-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439357-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439357-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439357-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439357-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439357-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439357-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439357-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439358-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439358-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439358-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439358-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439358-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439358-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439360-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439360-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439360-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439360-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439360-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439360-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439370-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439370-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439370-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439370-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439370-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439370-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439371-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439371-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439371-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439371-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439371-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439371-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439372-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439372-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439372-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439372-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439372-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439372-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439373-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439373-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439373-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439373-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439373-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439373-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439378-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439378-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439378-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439378-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439378-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439378-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439379-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439379-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439379-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439379-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439379-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439379-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439380-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439384-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439384-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439384-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439384-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439384-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439384-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439387-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439387-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439387-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439387-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439387-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439387-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439390-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439391-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439392-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439392-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439392-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439392-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439392-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439392-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439393-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439400-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439400-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439400-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439400-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439400-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439400-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437456-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437456-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437456-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437456-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437456-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437456-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437456-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437456-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437457-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437457-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437457-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437457-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437457-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437457-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437457-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437457-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437461-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437461-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437461-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437461-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437461-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437461-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437461-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437461-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437462-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437462-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437462-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437462-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437462-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437462-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437462-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437462-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437463-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437463-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437463-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437463-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437463-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437463-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437463-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437463-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437464-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437464-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437464-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437464-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437464-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437464-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437464-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437464-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437465-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437465-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437465-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437465-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437465-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437465-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437465-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437466-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437466-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437466-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437466-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437466-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437466-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437466-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437466-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437467-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437467-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437467-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437467-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437467-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437467-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437467-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437467-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437468-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437468-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437468-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437468-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437468-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437468-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437468-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437468-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437469-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437469-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437469-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437469-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437469-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437469-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437469-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437469-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437470-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437470-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437470-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437470-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437470-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437470-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437470-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437470-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437471-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437471-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437471-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437471-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437471-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437471-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437471-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437471-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437480-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437480-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437480-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437480-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437480-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437480-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437480-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437481-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437481-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437481-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437481-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437481-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437481-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437481-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437482-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437482-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437482-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437482-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437482-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437482-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437482-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437482-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437483-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437483-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437483-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437483-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437483-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437483-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437483-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437487-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437487-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437487-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437487-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437487-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437487-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437487-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437487-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437488-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437488-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437488-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437488-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437488-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437488-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437488-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437491-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437491-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437491-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437491-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437491-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437491-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437491-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437491-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437492-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437492-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437492-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437492-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437492-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437492-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437492-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437492-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437493-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437493-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437493-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437493-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437493-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437493-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437493-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440203-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440203-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440203-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440203-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440203-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440203-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440204-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440204-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440204-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440204-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440204-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440204-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Penilia avirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106272'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439272-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439272-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439272-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439272-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439272-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439272-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439273-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439273-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439273-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439273-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439273-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439273-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439278-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439278-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439278-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439278-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439278-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439278-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439280-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439280-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439280-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439280-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439280-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439280-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439283-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439283-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439283-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439283-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439283-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439283-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439288-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439288-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439288-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439288-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439288-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439288-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439290-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439290-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439290-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439290-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439290-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439290-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439291-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439291-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439291-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439291-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439291-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439291-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439293-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439293-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439293-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439293-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439293-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439293-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439295-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439295-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439295-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439295-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439295-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439295-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439295-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439295-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439297-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439297-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439297-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439297-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439297-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439297-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439297-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439297-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439299-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439299-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439299-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439299-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439299-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439299-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439321-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439321-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439321-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439321-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439321-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439321-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439322-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439322-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439322-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439322-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439322-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439322-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439324-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439324-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439324-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439324-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439324-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439324-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439324-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439324-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439325-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439325-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439325-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439325-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439325-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439325-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439325-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439325-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439327-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439327-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439327-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439327-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439327-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439327-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439335-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439335-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439335-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439335-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439335-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439335-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439337-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439337-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439337-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439337-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439337-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439337-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439338-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439338-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439338-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439338-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439338-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439338-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437494-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437494-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437494-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437494-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437494-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437494-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437494-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437494-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437495-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437495-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437495-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437495-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437495-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437495-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437495-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437496-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437496-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437496-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437496-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437496-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437496-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437496-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437496-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437498-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437498-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437498-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437498-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437498-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437498-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437498-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437499-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437499-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437499-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437499-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437499-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437499-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437499-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437500-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437500-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437500-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437500-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437500-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437500-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437500-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437501-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437501-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437501-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437501-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437501-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437501-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437501-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437502-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437502-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437502-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437502-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437502-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437502-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437502-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437507-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437507-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437507-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437507-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437507-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437507-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437507-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437508-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437508-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437508-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437508-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437508-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437508-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437508-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437508-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437510-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437510-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437510-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437510-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437510-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437510-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437510-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444202-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444202-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444202-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444202-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444202-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444202-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444203-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444203-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444203-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444203-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444203-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444203-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444204-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444204-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444204-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444204-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444204-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444204-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444205-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444205-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444205-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444205-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444205-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444205-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444206-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444206-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444206-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444206-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444206-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444206-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444207-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444207-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444207-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444207-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444207-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444207-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444208-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444208-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444208-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444208-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444208-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444208-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444209-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444209-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444209-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444209-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444209-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444209-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444210-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444210-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444210-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444210-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444210-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444210-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444211-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444211-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444211-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444211-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444211-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444211-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444212-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444212-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444212-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444212-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444212-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444212-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437511-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437511-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437511-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437511-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437511-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437511-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437511-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437511-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437513-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437513-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437513-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437513-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437513-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437513-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437513-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437513-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437514-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437514-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437514-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437514-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437514-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437514-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437514-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437514-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437516-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437516-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437516-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437516-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437516-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437516-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437516-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437516-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437518-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437518-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437518-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437518-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437518-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437518-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437518-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437518-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437521-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437521-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437521-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437521-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437521-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437521-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437521-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437521-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437522-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437522-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437522-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437522-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437522-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437522-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437522-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437523-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437523-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437523-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437523-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437523-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437523-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437523-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437524-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437524-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437524-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437524-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437524-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437524-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437524-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437524-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437525-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437525-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437525-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437525-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437525-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437525-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437525-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437525-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437526-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437526-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437526-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437526-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437526-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437526-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437526-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437526-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442128-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442128-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442128-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442128-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442128-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442128-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442129-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442129-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442129-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442129-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442129-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442129-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442131-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442131-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442131-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442131-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442131-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442131-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442136-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442136-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442136-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442136-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442136-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442136-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442137-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442137-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442137-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442137-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442137-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442137-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442138-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442138-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442138-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442138-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442138-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442138-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442140-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442140-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442140-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442140-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442140-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442140-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442143-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442143-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442143-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442143-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442143-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442143-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442144-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442144-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442144-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442144-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442144-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442144-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442145-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442145-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442145-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442145-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442145-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442145-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442148-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442148-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442148-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442148-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442148-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442148-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442286-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442286-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442286-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442286-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442286-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442286-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442287-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442287-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442287-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442287-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442287-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442287-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442288-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442288-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442288-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442288-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442288-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442288-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442296-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442296-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442296-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442296-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442296-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442296-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442296-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442296-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442299-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442299-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442299-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442299-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442299-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442299-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442300-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442300-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442300-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442300-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442300-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442300-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442302-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442302-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442302-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442302-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442302-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442302-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442304-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442304-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442304-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442304-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442304-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442304-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura (Vexillaria) dioica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103407'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '103407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442309-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442309-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442309-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442309-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442309-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442309-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura (Vexillaria) dioica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103407'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442310-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442310-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442310-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442310-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442310-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442310-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura (Vexillaria) dioica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103407'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442359-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442359-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442359-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442359-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442359-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442359-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oikopleura sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442149-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442149-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442149-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442149-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442149-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442149-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442153-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442153-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442153-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442153-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442153-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442153-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442171-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442171-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442171-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442171-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442171-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442171-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442172-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442172-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442172-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442172-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442172-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442172-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442174-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442174-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442174-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442174-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442174-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442174-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442177-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442177-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442177-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442177-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442177-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442177-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442177-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442177-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442186-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442186-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442186-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442186-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442186-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442186-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442187-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442187-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442187-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442187-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442187-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442187-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442189-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442189-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442189-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442189-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442189-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442189-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442190-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442190-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442190-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442190-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442190-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442190-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442191-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442191-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442191-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442191-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442191-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442191-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442192-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442192-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442192-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442192-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442192-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442192-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442193-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442193-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442193-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442193-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442193-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442193-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442195-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442195-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442195-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442195-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442195-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442195-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442195-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442195-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442197-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442197-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442197-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442197-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442197-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442197-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442198-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442198-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442198-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442198-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442198-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442198-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442199-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442199-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442199-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442199-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442199-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442199-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442201-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442201-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442201-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442201-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442201-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442201-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442202-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442202-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442202-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442202-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442202-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442202-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442203-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442203-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442203-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442203-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442203-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442203-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442204-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442204-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442204-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442204-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442204-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442204-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442205-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442205-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442205-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442205-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442205-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442205-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442206-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442206-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442206-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442206-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442206-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442206-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442207-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442207-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442207-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442207-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442207-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442207-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442208-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442208-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442208-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442208-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442208-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442208-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442220-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442220-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442220-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442220-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442220-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442220-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442222-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442222-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442222-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442222-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442222-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442222-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442227-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442227-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442227-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442227-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442227-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442227-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442228-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442228-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442228-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442228-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442228-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442228-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442229-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442229-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442229-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442229-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442229-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442229-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442230-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442230-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442230-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442230-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442230-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442230-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442231-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442231-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442231-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442231-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442231-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442231-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442234-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442234-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442234-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442234-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442234-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442234-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442234-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442234-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444659-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444659-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444659-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444659-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444659-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444659-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fiona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138007'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444659-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '138007'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444015-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444015-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444015-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444015-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444015-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444015-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444016-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444016-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444016-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444016-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444016-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444016-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444017-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444017-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444017-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444017-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444017-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444017-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444019-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444019-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444019-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444019-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444019-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444019-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444020-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444020-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444020-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444020-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444020-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444020-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444021-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444021-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444021-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444021-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444021-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444021-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444022-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444022-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444022-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444022-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444022-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444022-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444023-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444023-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444023-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444023-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444023-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444023-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444024-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444024-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444024-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444024-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444024-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444024-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444025-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444025-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444025-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444025-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444025-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444025-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444026-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444026-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444026-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444026-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444026-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444026-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444027-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444027-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444027-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444027-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444027-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444027-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444028-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444028-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444028-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444028-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444028-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444028-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444029-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444029-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444029-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444029-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444029-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444029-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444030-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444030-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444030-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444030-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444030-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444030-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444031-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444031-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444031-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444031-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444031-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444031-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444032-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444032-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444032-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444032-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444032-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444032-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444033-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444033-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444033-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444033-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444033-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444033-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444034-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444034-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444034-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444034-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444034-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444034-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444034-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444034-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444035-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444035-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444035-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444035-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444035-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444035-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444036-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444036-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444036-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444036-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444036-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444036-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440276-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440276-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440276-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440276-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440276-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440276-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440277-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440277-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440277-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440277-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440277-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440277-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440283-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440283-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440283-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440283-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440283-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440283-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440284-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440284-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440284-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440284-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440284-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440284-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440284-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440284-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440285-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440285-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440285-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440285-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440285-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440285-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440285-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440285-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440286-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440286-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440286-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440286-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440286-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440286-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440288-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440288-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440288-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440288-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440288-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440288-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440289-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440289-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440289-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440289-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440289-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440289-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440290-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440290-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440290-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440290-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440290-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440290-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440291-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440291-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440291-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440291-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440291-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440291-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440298-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440298-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440298-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440298-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440298-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440298-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440298-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440298-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440299-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440299-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440299-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440299-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440299-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440299-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440302-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440302-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440302-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440302-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440302-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440302-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440303-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440303-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440303-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440303-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440303-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440303-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440305-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440305-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440305-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440305-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440305-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440305-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440305-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440305-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440306-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440306-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440306-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440306-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440306-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440306-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440306-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440306-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440311-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440311-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440311-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440311-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440311-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440311-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440312-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440312-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440312-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440312-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440312-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440312-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440312-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440312-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440313-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440313-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440313-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440313-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440313-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440313-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440313-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440313-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440314-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440314-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440314-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440314-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440314-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440314-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440317-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440317-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440317-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440317-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440317-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440317-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440318-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440318-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440318-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440318-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440318-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440318-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440319-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440319-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440319-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440319-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440319-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440319-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440319-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440319-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440320-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440320-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440320-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440320-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440320-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440320-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106274'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440326-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440326-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440326-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440326-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440326-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440326-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440326-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440326-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440328-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440328-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440328-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440328-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440328-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440328-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440330-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440330-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440330-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440330-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440330-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440330-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440330-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440330-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440331-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440331-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440331-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440331-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440331-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440331-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440331-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440331-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440332-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440332-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440332-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440332-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440332-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440332-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440332-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440332-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440333-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440333-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440333-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440333-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440333-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440333-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440333-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440333-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440337-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440337-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440337-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440337-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440337-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440337-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440338-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440338-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440338-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440338-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440338-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440338-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440342-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440342-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440342-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440342-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440342-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440342-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440344-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440344-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440344-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440344-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440344-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440344-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440344-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440344-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440345-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440345-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440345-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440345-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440345-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440345-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440345-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440345-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440348-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440348-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440348-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440348-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440348-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440348-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440349-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440349-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440349-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440349-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440349-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440349-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440350-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440350-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440350-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440350-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440350-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440350-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440351-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440351-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440351-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440351-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440351-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440351-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440352-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440352-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440352-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440352-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440352-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440352-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106276'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440357-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440357-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440357-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440357-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440357-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440357-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440357-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440357-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440358-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440358-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440358-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440358-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440358-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440358-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440359-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440359-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440359-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440359-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440359-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440359-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440360-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440360-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440360-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440360-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440360-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440360-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440361-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440361-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440361-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440361-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440361-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440361-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440361-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440361-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440363-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440363-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440363-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440363-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440363-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440363-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440368-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440368-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440368-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440368-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440368-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440368-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440371-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440371-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440371-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440371-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440371-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440371-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440372-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440372-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440372-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440372-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440372-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440372-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440373-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440373-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440373-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440373-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440373-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440373-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440374-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440374-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440374-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440374-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440374-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440374-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440375-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440375-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440375-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440375-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440375-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440375-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440376-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440376-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440376-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440376-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440376-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440376-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440377-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440377-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440377-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440377-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440377-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440377-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440378-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440378-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440378-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440378-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440378-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440378-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440379-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440379-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440379-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440379-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440379-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440379-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440380-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440382-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440382-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440382-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440382-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440382-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440382-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440383-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440383-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440383-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440383-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440383-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440383-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440384-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440384-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440384-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440384-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440384-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440384-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440385-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440385-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440385-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440385-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440385-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440385-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440386-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440386-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440386-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440386-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440386-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440386-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440388-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440388-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440388-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440388-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440388-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440388-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440389-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440389-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440389-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440389-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440389-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440389-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440390-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440391-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440239-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440240-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440240-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440240-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440240-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440240-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440240-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440241-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440241-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440241-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440241-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440241-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440241-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440243-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440243-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440243-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440243-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440243-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440243-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440244-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440244-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440244-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440244-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440244-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440244-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440246-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440246-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440246-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440246-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440246-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440246-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440246-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440246-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440247-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440247-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440247-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440247-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440247-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440247-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440247-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440247-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440248-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440248-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440248-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440248-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440248-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440248-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440251-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440251-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440251-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440251-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440251-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440251-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440252-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440252-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440252-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440252-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440252-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440252-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440253-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440253-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440253-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440253-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440253-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440253-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440254-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440254-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440254-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440254-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440254-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440254-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440255-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440255-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440255-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440255-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440255-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440255-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440256-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440256-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440256-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440256-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440256-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440256-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440258-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440258-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440258-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440258-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440258-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440258-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440259-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440259-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440259-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440259-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440259-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440259-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440260-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440260-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440260-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440260-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440260-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440260-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440261-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440261-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440261-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440261-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440261-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440261-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440262-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440262-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440262-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440262-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440262-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440262-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Evadne nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106273'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '106273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440269-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440269-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440269-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440269-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440269-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440269-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440270-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440270-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440270-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440270-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440270-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440270-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440271-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440271-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440271-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440271-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440271-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440271-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudevadne tergestina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106278'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444037-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444037-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444037-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444037-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444037-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444037-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444038-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444038-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444038-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444038-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444038-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444038-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444039-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444039-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444039-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444039-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444039-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444039-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444040-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444040-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444040-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444040-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444040-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444040-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444041-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444041-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444041-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444041-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444041-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444041-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444042-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444042-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444042-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444042-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444042-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444042-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444043-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444043-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444043-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444043-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444043-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444043-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Temora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104241'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444045-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444045-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444045-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444045-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444045-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444045-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Lucicutia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444046-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444046-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444046-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444046-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444046-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444046-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Lucicutia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444100-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444100-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444100-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444100-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444100-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444100-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Labidocera wollastoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104736'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '104736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444111-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444111-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444111-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444111-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444111-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444111-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444111-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pontella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104209'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444111-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444112-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444112-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444112-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444112-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444112-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444112-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pontella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104209'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '104209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444119-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444119-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444119-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444119-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444119-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444119-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pontella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104209'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '104209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444140-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444140-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444140-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444140-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444140-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444140-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444154-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444154-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444154-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444154-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444154-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444154-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444159-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444159-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444159-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444159-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444159-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444159-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444163-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444163-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444163-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444163-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444163-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444163-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anomalocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104206'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '104206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444164-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444164-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444164-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444164-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444164-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444164-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444164-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444164-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444165-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444165-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444165-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444165-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444165-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444165-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444166-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444166-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444166-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444166-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444166-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444166-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444167-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444167-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444167-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444167-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444167-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444167-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444168-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444168-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444168-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444168-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444168-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444168-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444169-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444169-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444169-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444169-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444169-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444169-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444170-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444170-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444170-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444170-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444170-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444170-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444171-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444171-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444171-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444171-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444171-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444171-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444172-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444172-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444172-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444172-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444172-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444172-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444173-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444173-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444173-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444173-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444173-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444173-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444174-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444174-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444174-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444174-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444174-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444174-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444175-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444175-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444175-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444175-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444175-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444175-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444176-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444176-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444176-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444176-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444176-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444176-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444177-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444177-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444177-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444177-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444177-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444177-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444177-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444177-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444178-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444178-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444178-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444178-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444178-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444178-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444179-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444179-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444179-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444179-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444179-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444179-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444180-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444180-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444180-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444180-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444180-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444180-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444181-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444181-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444181-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444181-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444181-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444181-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444182-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444182-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444182-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444182-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444182-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444182-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444183-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444183-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444183-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444183-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444183-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444183-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444184-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444184-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444184-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444184-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444184-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444184-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444185-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444185-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444185-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444185-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444185-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444185-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444186-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444186-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444186-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444186-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444186-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444186-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444187-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444187-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444187-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444187-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444187-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444187-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444188-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444188-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444188-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444188-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444188-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444188-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444189-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444189-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444189-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444189-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444189-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444189-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444190-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444190-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444190-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444190-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444190-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444190-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439772-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439772-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439772-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439772-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439772-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439772-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439772-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439773-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439773-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439773-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439773-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439773-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439773-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439773-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439775-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439775-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439775-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439775-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439775-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439775-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439775-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439776-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439776-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439776-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439776-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439776-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439776-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439776-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439778-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439778-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439778-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439778-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439778-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439778-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439778-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439778-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439779-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439779-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439779-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439779-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439779-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439779-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439779-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439780-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439780-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439780-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439780-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439780-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439780-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439780-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439781-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439781-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439781-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439781-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439781-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439781-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439781-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439782-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439782-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439782-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439782-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439782-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439782-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439782-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439783-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439783-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439783-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439783-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439783-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439783-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439783-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439787-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439787-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439787-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439787-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439787-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439787-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439787-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439825-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439825-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439825-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439825-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439825-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439825-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439825-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439825-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439828-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439828-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439828-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439828-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439828-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439828-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439828-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439833-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439833-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439833-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439833-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439833-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439833-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439833-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439835-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439835-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439835-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439835-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439835-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439835-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439835-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439836-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439836-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439836-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439836-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439836-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439836-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439836-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439836-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439837-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439837-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439837-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439837-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439837-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439837-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439837-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439837-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439839-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439839-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439839-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439839-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439839-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439839-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439839-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439839-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439840-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439840-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439840-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439840-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439840-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439840-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439840-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439840-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439841-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439841-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439841-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439841-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439841-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439841-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439841-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439842-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439842-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439842-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439842-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439842-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439842-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439842-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439843-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439843-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439843-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439843-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439843-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439843-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Siphonophorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1371'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439843-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444191-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444191-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444191-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444191-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444191-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444191-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444192-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444192-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444192-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444192-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444192-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444192-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444193-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444193-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444193-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444193-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444193-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444193-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia (Acartiura) clausi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '149755'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '149755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444194-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444194-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444194-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444194-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444194-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444194-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444194-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444194-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444195-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444195-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444195-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444195-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444195-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444195-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444195-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444195-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444196-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444196-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444196-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444196-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444196-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444196-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444196-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444196-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444197-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444197-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444197-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444197-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444197-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444197-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444198-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444198-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444198-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444198-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444198-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444198-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444199-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444199-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444199-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444199-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444199-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444199-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444200-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444200-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444200-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444200-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444200-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444200-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000444201-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000444201-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000444201-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5523333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.3021666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000444201-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5523333333333 13.3021666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5523333333333"^^xsd:decimal ;
  geo-pos:long "13.3021666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000444201-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000444201-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000444201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Acartia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.302166666667'^^xsd:double;
  dwc:latitude '45.552333333333'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000444201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442235-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442235-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442235-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442235-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442235-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442235-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442236-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442236-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442236-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442236-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442236-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442236-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442237-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442237-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442237-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442237-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442237-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442237-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442239-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442240-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442240-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442240-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442240-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442240-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442240-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442241-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442241-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442241-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442241-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442241-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442241-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442242-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442242-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442242-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442242-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442242-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442242-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442243-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442243-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442243-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442243-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442243-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442243-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442244-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442244-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442244-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442244-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442244-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442244-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442249-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442249-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442249-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442249-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442249-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442249-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442250-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442250-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442250-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442250-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442250-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442250-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439970-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439971-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439971-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439971-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439971-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439971-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439971-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439972-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439972-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439972-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439972-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439972-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439972-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439978-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439978-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439978-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439978-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439978-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439978-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439979-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439979-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439979-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439979-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439979-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439979-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439979-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439979-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439980-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439980-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439980-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439980-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439980-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439980-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439981-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439981-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439981-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439981-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439981-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439981-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439984-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439984-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439984-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439984-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439984-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439984-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439985-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439985-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439985-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439985-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439985-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439985-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439988-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439988-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439988-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439988-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439988-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439988-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000439989-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000439989-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000439989-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000439989-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000439989-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000439989-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000439989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000439989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440055-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440055-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440055-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440055-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440055-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440055-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440056-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440056-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440056-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440056-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440056-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440056-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440057-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440057-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440057-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440057-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440057-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440057-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440058-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440058-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440058-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440058-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440058-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440058-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440059-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440059-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440059-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440059-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440059-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440059-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440060-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440060-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440060-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440060-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440060-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440060-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440061-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440061-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440061-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440061-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440061-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440061-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440061-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440061-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440062-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440062-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440062-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440062-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440062-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440062-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440063-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440063-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440063-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440063-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440063-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440063-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440065-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440065-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440065-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440065-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440065-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440065-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440065-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440065-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000440068-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000440068-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000440068-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000440068-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000440068-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000440068-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000440068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000440068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442251-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442251-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442251-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442251-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442251-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442251-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442252-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442252-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442252-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442252-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442252-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442252-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442256-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442256-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442256-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442256-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442256-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442256-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442258-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442258-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442258-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442258-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442258-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442258-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442269-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442269-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442269-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442269-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442269-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442269-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442270-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442270-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442270-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442270-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442270-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442270-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442272-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442272-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442272-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442272-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442272-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442272-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442273-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442273-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442273-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442273-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442273-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442273-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum denticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137246'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442279-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442279-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442279-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442279-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442279-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442279-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442282-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442282-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442282-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442282-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442282-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442282-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442285-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442285-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442285-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442285-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442285-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442285-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442285-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Doliolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442285-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442077-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442077-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442077-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442077-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442077-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442077-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442078-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442078-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442078-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442078-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442078-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442078-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442081-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442081-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442081-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442081-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442081-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442081-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442081-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442081-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442082-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442082-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442082-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442082-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442082-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442082-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442085-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442085-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442085-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442085-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442085-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442085-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442085-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442085-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442088-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442088-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442088-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442088-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442088-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442088-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442119-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442119-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442119-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442119-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442119-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442119-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442120-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442120-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442120-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442120-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442120-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442120-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442121-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442121-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442121-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442121-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442121-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442121-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442122-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442122-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442122-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442122-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442122-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442122-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000442123-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000442123-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000442123-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6288333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.4671666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000442123-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6288333333333 13.4671666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6288333333333"^^xsd:decimal ;
  geo-pos:long "13.4671666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000442123-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000442123-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000442123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Echinodermata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.467166666667'^^xsd:double;
  dwc:latitude '45.628833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1806'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000442123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437585-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437585-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437585-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437585-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437585-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437585-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437585-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437588-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437588-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437588-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437588-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437588-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437588-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437588-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437589-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437589-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437589-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437589-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437589-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437589-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437589-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437589-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437595-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437595-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437595-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437595-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437595-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437595-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437595-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437597-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437597-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437597-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437597-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437597-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437597-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437597-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437600-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437600-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437600-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437600-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437600-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437600-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437600-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437601-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437601-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437601-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437601-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437601-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437601-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437601-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437602-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437602-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437602-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437602-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437602-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437602-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437602-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437603-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437603-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437603-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437603-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437603-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437603-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437603-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437604-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437604-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437604-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437604-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437604-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437604-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437604-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437604-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437605-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437605-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437605-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437605-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437605-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437605-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437605-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437605-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437608-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437608-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437608-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437608-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437608-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437608-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437608-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437609-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437609-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437609-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437609-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437609-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437609-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437609-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437610-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437610-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437610-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437610-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437610-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437610-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437610-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437611-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437611-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437611-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437611-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437611-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437611-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437611-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437612-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437612-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437612-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437612-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437612-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437612-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437612-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437612-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437614-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437614-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437614-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437614-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437614-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437614-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437614-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437614-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437615-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437615-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437615-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437615-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437615-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437615-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437615-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437615-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437616-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437616-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437616-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437616-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437616-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437616-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437616-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437616-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437617-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437617-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437617-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437617-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437617-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437617-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437617-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437617-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437618-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437618-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437618-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437618-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437618-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437618-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437618-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437618-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437619-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437619-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437619-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437619-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437619-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437619-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437619-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437619-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437528-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437528-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437528-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437528-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437528-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437528-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437528-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437528-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437529-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437529-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437529-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437529-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437529-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437529-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437529-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437529-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437530-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437530-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437530-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437530-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437530-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437530-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437530-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437530-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437531-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437531-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437531-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437531-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437531-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437531-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437531-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437531-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437532-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437532-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437532-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437532-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437532-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437532-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437532-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleopis polyphaemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '247981'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437532-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '247981'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437536-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437536-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437536-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437536-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437536-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437536-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437536-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437537-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437537-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437537-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437537-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437537-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437537-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437537-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437538-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437538-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437538-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437538-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437538-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437538-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437538-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437539-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437539-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437539-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437539-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437539-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437539-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437539-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437539-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437540-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437540-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437540-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437540-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437540-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437540-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437540-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437541-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437541-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437541-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437541-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437541-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437541-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437541-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437543-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437543-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437543-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437543-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437543-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437543-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437543-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437544-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437544-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437544-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437544-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437544-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437544-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437544-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437544-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437545-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437545-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437545-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437545-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437545-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437545-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437545-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437545-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437546-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437546-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437546-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437546-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437546-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437546-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437546-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437550-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437550-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437550-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437550-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437550-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437550-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437550-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437551-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437551-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437551-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437551-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437551-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437551-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437551-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Podon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '106269'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437551-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '106269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437568-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437568-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437568-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437568-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437568-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437568-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437568-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437568-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437573-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437573-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437573-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437573-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437573-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437573-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437573-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437577-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437577-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437577-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437577-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437577-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437577-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437577-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437577-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437578-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437578-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437578-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437578-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437578-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437578-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437578-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4468__0000000000000000437583-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4468__0000000000000000437583-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/4468__0000000000000000437583-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6638333333333"^^xsd:decimal ;
  dwc:decimalLongitude "13.5961666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4468__0000000000000000437583-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6638333333333 13.5961666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.6638333333333"^^xsd:decimal ;
  geo-pos:long "13.5961666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4468__0000000000000000437583-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "0000000000000000437583-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4468_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-01-16'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Netplankton North Adriatic-ALPE ADRIA'^^xsd:string;
  dwc:catalogNumber '0000000000000000437583-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:collector 'Fonda Umani Serena et al.'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '13.596166666667'^^xsd:double;
  dwc:latitude '45.663833333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Vertical net sampling, WP2 net with 200 m mesh, 56 cm diameter'^^xsd:string;
  dwc:occurrenceId '0000000000000000437583-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
# EOF